@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
{{-- Sidebar: fixed drawer on small screens, static on large (R7). --}} {{-- Mobile backdrop --}}
@auth
@csrf
@endauth
{{ $slot }}
{{-- Global toast — any element can trigger it with $dispatch('notify', { message }) --}}
@livewireScripts