@vite(['resources/css/app.css', 'resources/js/app.js']) @yield('styles')
{{-- Notification Panel --}}
{{-- Use items-start --}} {{-- Icon --}}
{{-- Message Content --}} {{-- Removed w-0 flex-1 which might cause wrapping issues --}} {{-- Added min-w-0 to allow shrinking if close button needs space --}}
{{-- Title - Added whitespace-nowrap --}}
{{-- Message - Allow wrapping --}}
{{-- Close Button --}}
Close
{{-- >>> END: Notification Overlay <<< --}} {{-- Sidebar --}} {{-- Backdrop for mobile sidebar --}}
{{-- Main Content Area Wrapper --}}
{{-- Mobile Header / Toggle Button --}}
Open sidebar
{{-- Main Content --}}
{{-- >>> REMOVED Old Flash Message Block if it was here <<< --}} @yield('content')
{{-- Footer --}}
{{-- End Main Content Area Wrapper --}}
{{-- End Alpine Component --}} @stack('scripts') {{-- Stack for page-specific scripts --}}