@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Mobile overlay --}}
{{-- SIDEBAR --}} {{-- MAIN --}}
{{-- Topbar --}}
{{-- Hamburger — mobile only --}}
{{-- Date & Profile --}}
{{ now()->translatedFormat('d M Y') }}
{{-- Profile dropdown --}}
{{-- Content --}}
@if(!View::hasSection('hide-header')) @endif @yield('content')
{{-- SweetAlert2 flashes --}} @if(session('swal_success')) @endif @if(session('swal_error')) @endif @stack('scripts')