@vite(['resources/css/app.css', 'resources/js/app.js'])
@stack('styles')
@yield('page_title', 'Dashboard')
@php $unreadCount = \App\Models\NotifikasiGuru::where('guru_id', Auth::user()->guru?->id) ->whereNull('read_at') ->count(); @endphp
@if ($unreadCount > 0)
{{ $unreadCount }}
@endif
{{ Auth::user()->name }}
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
@yield('content')
Home
Jadwal
Absen
Riwayat
Keluar
@csrf