@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- ════════════════ SIDEBAR ════════════════ --}} {{-- Mobile overlay --}}
{{-- ════════════════ MAIN AREA ════════════════ --}}
{{-- Top bar --}}
@yield('title', 'Dashboard')
{{ now()->format('l, d M Y') }}
{{-- Bell notification --}}
{{-- Dropdown --}}
Notifications
Mark all read
No new notifications
{{ strtoupper(substr(Auth::user()->name ?? 'U', 0, 1)) }}
{{ Auth::user()->name ?? 'User' }}
{{-- Content --}}
@yield('content')
{{-- ── Toast notification container ── --}}
{{-- ── Global delete confirmation modal ── --}}
Delete?
This action cannot be undone.
Cancel
Delete