{{-- resources/views/admin/partials/topbar.blade.php --}}
@yield('page_title', 'Dashboard')
@hasSection('breadcrumb') @endif
{{-- Pending verifications alert --}} @php $pendingVerifications = \App\Models\PropertyApplication::whereIn('status', ['pending_review', 'pending_resubmit'])->count(); @endphp @if($pendingVerifications > 0) @endif {{-- Open tickets --}} @php $openTickets = \App\Models\SupportTicket::where('status', 'open')->count(); @endphp @if($openTickets > 0) @endif {{-- Main site link --}}