@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Backdrop behind the mobile drawer — tap it to close --}} {{-- Sidebar: stays in place while the main content scrolls. On mobile it's a slide-in drawer (toggled by the hamburger button below); on desktop it's always visible in the normal layout. --}}
{{-- Topbar --}}
{{ config('site.brand.name') }} Admin
@csrf
{{-- Only this area scrolls --}}
@if (session('status'))
{{ session('status') }}
@endif @yield('content')