@vite(['resources/css/app.css', 'resources/js/app.js']) @php // Use favicon if set, otherwise fall back to logo $favicon = \App\Models\Setting::get('org_favicon') ?: \App\Models\Setting::get('org_logo'); @endphp @if(!empty($favicon)) @endif @stack('styles')
@include('layouts.navigation')
@include('partials.admin-sidebar')
@isset($header)
{{ $header }}
@endisset
@hasSection('content') @yield('content') @else {{ $slot ?? '' }} @endif