@stack('header') @hookinsert('front.layout.app.head.bottom') @if (!request('iframe')) @include('layouts.header') @endif
@yield('content')
@if (!request('iframe')) @include('layouts.footer') @endif @stack('footer')