@if($siteDescription = \App\Models\SystemSetting::get('site_description')) @endif @if($faviconPath = \App\Models\SystemSetting::get('favicon_path')) @else @endif @stack('scripts-head') @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles') @persist('sidebar') @endpersist
{{ $slot }}
@stack('modals') @stack('scripts')