@php event(new \Modules\Layout\Events\LayoutBeginHead()); @endphp @include('Layout::parts.favicon') @include('Layout::parts.seo-meta') @if(setting_item('enable_cookie_consent')) @endif {!! \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
header_style : "header-normal" }} {{$body_class ?? ''}} @if(setting_item_with_lang('enable_rtl')) is-rtl @endif @if(is_api()) is_api @endif"> @if(!is_demo_mode()) {!! setting_item('body_scripts') !!} {!! setting_item_with_lang_raw('body_scripts') !!} @endif