@include('theme.sphf.layouts.partials.head')
{{-- ── Sidebar (replaces top navbar) ── --}}
@include('theme.sphf.includes.sidebar')
{{-- ── Main content area ── --}}
@yield('content')
@include('theme.sphf.includes.footer')
@include('theme.sphf.layouts.partials.scripts')
@yield('scripts')
{{-- AJAX Tab Loader Overlay --}}