kusowl e2fabcd8b6 feat(broker dashboard): show created deals on dashboard with count
- add relationships
- refactor component for displaying values
2026-01-12 18:56:04 +05:30

9 lines
296 B
PHP

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