@php $favicon = \App\Models\Setting::get('site_favicon'); @endphp @if($favicon)
@endif
@include('layouts.navigation') @isset($header)
{{ $header }}
@endisset
{{ $slot }}
@php $footerText = \App\Models\Setting::get('footer_text'); @endphp @if($footerText) @endif