@include('partials.head')
@include('partials.icons') @include('partials.header.shell') @yield('content') @hasSection('hide_footer') @else @include('partials.footer') @endif @include('partials.overlays') @stack('scripts')