@yield('header_title', 'Dashboard')
@yield('header_subtitle', 'Sistem Informasi Jurnal Mengajar & Absensi Siswa')
@yield('header_extra')
{{-- Notification Bell --}}
{{-- User Profile Dropdown --}}
Profil Saya
Notifikasi
0 Baru
Belum ada notifikasi baru
{{ Auth::user()->name ?? 'Guru Piket' }}
{{ Auth::user()->email }}
{{ strtoupper(str_replace('_', ' ', Auth::user()->role)) }}
{{ session('success') }}
{{ session('error') }}