@include('panel.layouts.head') @includeWhen(empty($header),'panel.layouts.header') @yield('content') @includeWhen(empty($footer),'panel.layouts.footer') @includeWhen(empty($script),'panel.layouts.script') @yield('script') @include('sweet::alert')