{{-- Apply saved sidebar + theme state before paint to avoid flash --}} {{-- Core --}} {{-- DataTables (Bootstrap 5 theme) --}} {{-- Select2 + Bootstrap 5 theme --}} {{-- SweetAlert2 --}} @stack('styles') @auth('admin') @include('admin::layouts.header') @include('admin::layouts.menu')
@yield('content')
@include('admin::layouts.footer') @else
@yield('content')
@endauth {{-- JS: jQuery first (required by DataTables & Select2) --}} @stack('scripts')