@if (setting('admin_favicon') || config('core.base.general.favicon')) @endif {{-- --}} {!! Assets::renderHeader(['core']) !!} @yield('head') @if (BaseHelper::adminLanguageDirection() === 'rtl') @endif {{ $header ?? null }} @stack('header') @php $string = file_get_contents(base_path() . '/platform/themes/ninico/public/plugins/custom-fonts/fonts.json'); $json_file = json_decode($string, true); $primaryFont = theme_option('primary_font', 'LamaSans-Regular'); @endphp {!! apply_filters(BASE_FILTER_HEADER_LAYOUT_TEMPLATE, null) !!}
{{ $slot }}
@include('core/base::elements.common') {!! Assets::renderFooter() !!} @yield('javascript') {!! apply_filters(BASE_FILTER_FOOTER_LAYOUT_TEMPLATE, null) !!}