@php
$favicon = setting_item('site_favicon');
@endphp
@if($favicon)
@php
$file = (new \Modules\Media\Models\MediaFile())->findById($favicon);
@endphp
@if(!empty($file))
@else:
@endif
@endif
@include('Layout::parts.seo-meta')
@yield('head')
{{--Custom Style--}}
@if(setting_item_with_lang('enable_rtl'))
@endif
@laravelPWA
@yield('content')
{{--Lazy Load--}}
@if(Auth::id())
@endif
@yield('footer')
@php \App\Helpers\ReCaptchaEngine::scripts() @endphp