@props(['title' => null])
{{-- Overlay mobile --}}
{{-- Sidebar --}} {{-- Main content --}}
{{-- Header --}}

{{ $title ?? 'Dashboard' }}

{{-- Dark mode toggle --}} {{-- Notifikasi --}} @php $pendingCount = \App\Models\LetterRequest::where('status', 'pending')->count(); @endphp @if($pendingCount > 0) {{ min($pendingCount, 9) }}{{ $pendingCount > 9 ? '+' : '' }} @endif {{-- Profil dropdown --}}
Profil Saya
@csrf
{{-- Page content --}}
{{ $slot }}
{{-- Footer admin --}}