@if (($favicon = theme_option('favicon') ?: setting('admin_favicon')) || config('core.base.general.favicon')) @endif @php $title = Theme::getSiteTitle(); @endphp @include(Theme::getThemeNamespace('layouts.partials.header')) @yield('head') @stack('header') {!! apply_filters(BASE_FILTER_HEAD_LAYOUT_TEMPLATE, null) !!}
@yield('headerLayout') {!! apply_filters(BASE_FILTER_HEADER_LAYOUT_TEMPLATE, null) !!}