@stack('styles')
Perpustakaan SMAN 1
Dashboard
Katalog Buku
Request Saya
Perpanjangan
Profil
{{ strtoupper(substr(auth()->user()->nama ?? 'U', 0, 1)) }}
{{ auth()->user()->nama ?? 'User' }}
Profil
Logout
@csrf
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif @yield('content')
@stack('scripts')