@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('sweetalert::alert', ['cdn' => 'https://cdn.jsdelivr.net/npm/sweetalert2@11'])