{{-- Google Sans Flex --}} @vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- ── Sidebar ── --}} @include('admin.partials.sidebar') {{-- ── Main wrapper ── --}}
{{-- ── Top bar ── --}} @include('admin.partials.topbar') {{-- ── Page content ── --}}
{{-- Breadcrumb --}} @hasSection('breadcrumb') @endif {{-- Page heading --}} @hasSection('heading')

@yield('heading')

@hasSection('subheading')

@yield('subheading')

@endif
@yield('actions')
@endif @yield('content')
{{-- Footer --}}
{{-- Mobile overlay --}} @yield('scripts')