@includeWhen(empty($header),'landings.landing-1.layouts.header')
@yield('content')
@includeWhen(empty($footer),'landings.landing-1.layouts.footer')
@includeWhen(empty($video),'landings.landing-1.layouts.video')
@includeWhen(empty($script),'landings.landing-1.layouts.script')
@yield('script')
@include('sweetalert::alert', ['cdn' => 'https://cdn.jsdelivr.net/npm/sweetalert2@11'])