@php $setings = \App\Models\Setting::first(['favicon']); @endphp {{ env('APP_NAME') }} | @yield('title') @if ($setings?->favicon) @endif @yield('styles')
@include('partials.dashboard.header') @include('partials.dashboard.navigation') @include('partials.dashboard.notifications')
@yield('content')
@include('partials.dashboard.footer')
@yield('scripts')