@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @fluxAppearance {{-- theme-init MUST run after @fluxAppearance so our dash-theme value wins over Flux's flux.appearance default before the first paint. --}} @include('dashboard::partials.theme-init') @include('dashboard::partials.sidebar-init') @include('dashboard::partials.theme-style')
@include('dashboard::partials.sidebar')
@include('dashboard::partials.topbar')
@if (session('toast'))
{{ session('toast') }}
@endif {{ $slot }}
@livewireScripts @fluxScripts