{{-- Prevent Flash of Unstyled Content (FOUC) - Apply dark mode immediately --}} @yield('title', 'Admin Dashboard') - {{ config('app.name', 'Linkie.dev') }} @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Inline CSS to prevent white flash - set default dark background --}} @stack('styles')
@include('admin.components.sidebar')
@include('admin.components.header')
@include('admin.components.flash-messages') @hasSection('page-header')
@yield('page-header')
@endif @yield('content')
@stack('modals') @stack('scripts')