@stack('styles') {{-- Include Loading Screen (Fixed Version) --}} @include('components.loading-screen')
@if(session('success')) @endif @if(session('error')) @endif @if(session('warning')) @endif @yield('content')
@auth
Home @if(auth()->user()->role === 'auditor') New @endif Reports @if(auth()->user()->role === 'super_admin') Admin @endif Profil
@endauth {{-- ═══════════════════════════════════════════════ AUTO LOGOUT setelah 5 MENIT IDLE ═══════════════════════════════════════════════ --}} @stack('scripts')