@php $site = App\Site::first(); @endphp @if (isset($site) && $site->favicon) @endif
@yield('content')
@include('js_vars') @include('admin.footer')