@stack('styles') {{-- Sidebar --}} @php $companyName = \App\Models\AppSetting::get('company_name', 'Agrawal Properties'); $companyLogo = \App\Models\AppSetting::get('company_logo'); @endphp {{-- Topbar --}}
@yield('page-title', 'Dashboard')
{{-- Notification bell --}} @php $unreadCount = auth()->user()->unreadNotifications()->count(); @endphp
{{-- Main Content --}}
@if(session('success')) @endif @if(session('error')) @endif @yield('content')
{{-- SweetAlert2 --}} @stack('scripts')