@include('theme.sphf.partials.filter-bar', [
'options' => $filterOptions ?? [],
'selected' => $selectedFilters ?? [],
])
@include('theme.sphf.pages.partials.stage-bottlenecks-content', [
'ageing' => $ageing ?? [],
'pageMessages' => $pageMessages ?? [],
])
@endsection
@section('scripts')
{{-- Disaggregation Modal --}}
@include('theme.sphf.pages.partials.disagg-modal') {{-- ← adjust path to match your actual file --}}
@endsection