@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) !!}
@yield('body')
{!! Assets::renderFooter() !!} {!! apply_filters(BASE_FILTER_FOOTER_LAYOUT_TEMPLATE, null) !!} @if (Session::has('success_msg') || Session::has('error_msg') || (isset($errors) && $errors->any()) || isset($error_msg)) @endif