@php
$setings = \App\Models\Setting::first(['favicon']);
@endphp
@include('partials.dashboard.header')
@include('partials.dashboard.navigation')
@include('partials.dashboard.notifications')
@yield('content')
@include('partials.dashboard.footer')
@yield('scripts')