{{-- components/topbar-admin.blade.php --}}
{{-- Left: Toggle + Title --}}
@yield('topbar-title', 'Admin Panel')
{{ \Carbon\Carbon::now()->locale('id')->isoFormat('dddd, D MMMM Y') }}
{{-- Right: Actions --}}
{{-- Notifikasi pembayaran --}} @php $notifCount = \App\Models\Payment::where('status','unpaid')->whereNotNull('proof_image')->count(); @endphp @if($notifCount > 0) {{ $notifCount > 9 ? '9+' : $notifCount }} @endif {{-- User menu --}}