kusowl 0fdc070692 refactor: group views by role
- rather than role.blade, changed it do role/index.blade for dashboards
2026-01-12 12:25:11 +05:30

9 lines
251 B
PHP

<x-layout title="Broker Dashboard">
<section class="flex flex-col space-y-8 bg-[#F9FAFB]">
<x-dashboard.navbar/>
<x-dashboard.stats/>
<x-dashboard.listing />
</section>
@vite('resources/js/nav-menu.js')
</x-layout>