@yield('header_title', 'Dashboard Guru Mapel')
@yield('header_subtitle', 'Sistem Informasi Jurnal Mengajar & Presensi Siswa')
@yield('header_extra')
{{-- User Profile Dropdown --}}
Profil Saya
{{ Auth::user()->name ?? 'Guru Mapel' }}
{{ Auth::user()->email }}
{{ strtoupper(str_replace('_', ' ', Auth::user()->role)) }}
{{ session('success') }}
{{ session('error') }}