Add firm admin dashboard and workspace switcher

This commit is contained in:
A R R R Associates
2026-07-04 16:29:32 +05:30
parent a3b57155cf
commit 621aa6d3d9
@@ -1,4 +1,4 @@
{% extends "ui/templates/base/layout.html" %} {% extends "ui/templates/base/layout.html" %}
{% block content %} {% block content %}
<section class="space-y-6"> <section class="space-y-6">
<div class="rounded-3xl border border-slate-200 bg-white p-6 shadow-soft"> <div class="rounded-3xl border border-slate-200 bg-white p-6 shadow-soft">
@@ -72,3 +72,4 @@
})(); })();
</script> </script>
{% endblock %} {% endblock %}