@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles')
{{-- Mobile Overlay --}} {{-- Sidebar --}} {{-- Fixed Top Bar --}}

@yield('page-title', 'Dashboard')

{{-- Center: Search Bar --}} {{-- Right: Actions --}}
{{-- Mobile Search Button --}} {{-- Notification Bell --}}
{{-- Quick Actions --}}
{{-- Main Content --}}
{{-- Mobile Search Bar --}}
@if(isImpersonating())
You are impersonating a user
@csrf
@endif @if(session('success'))
{{ session('success') }}
@endif @yield('content')
@stack('scripts')