{!! includeFavicon() !!} {!! includeFonts() !!} @foreach(getGlobalAssets('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getVendors('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getCustomCss() as $path) {!! sprintf('', asset($path)) !!} @endforeach @routes(nonce: csp_nonce()) @livewireStyles @stack('styles') @include('admin.partials/theme-mode/_init') @yield('content') @foreach(getGlobalAssets() as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getVendors('js') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getCustomJs() as $path) {!! sprintf('', asset($path)) !!} @endforeach @stack('scripts') {{-- --}} @livewireScripts @stack('livewire-after-scripts') @auth @if(Route::currentRouteName() !== 'admin.auth.lock' && config('auth.enable_timeout')) @endif @endauth