@php event(new \Modules\Layout\Events\LayoutBeginHead()); @endphp @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') {!! \App\Helpers\Assets::css() !!} {!! \App\Helpers\Assets::js() !!} @include('Layout::parts.global-script') @stack('css') {{-- Custom Style --}} @if (setting_item_with_lang('enable_rtl')) @endif @if (!is_demo_mode()) {!! setting_item('head_scripts') !!} {!! setting_item_with_lang_raw('head_scripts') !!} @endif
@if (!is_demo_mode()) {!! setting_item('body_scripts') !!} {!! setting_item_with_lang_raw('body_scripts') !!} @endif @if (!is_demo_mode()) {!! setting_item('footer_scripts') !!} {!! setting_item_with_lang_raw('footer_scripts') !!} @endif