@extends(request()->has('_sphf_partial') ? 'theme.sphf.layouts.partial' : 'theme.sphf.layouts.app') @section('content')
Live DSS Stage Bottlenecks Financial Delays
@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