@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
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
Watermark Logo
@yield('content')