@include('layouts.partials/title-meta', ['title' => $title]) @include('layouts.partials/head-css') @section('css') @vite(['node_modules/sweetalert2/dist/sweetalert2.css']) @endsection
@include('layouts.partials/topbar', ['topbarTitle' => 'Horizontal']) @if (isset($nonav) && $nonav==true) @else @include('layouts.partials/horizontal-nav') @endif
@yield('content')
@include('layouts.partials/footer')
@include('layouts.partials/customizer') @include('layouts.partials/footer-scripts')