@include('theme.sphf.partials.filter-bar', [
'options' => $filterOptions ?? [],
'selected' => $selectedFilters ?? [],
])
@include('theme.sphf.pages.partials.ageing-content-pending', [
'ageing' => $ageing,
'pageMessages' => $pageMessages ?? [],
])
@endsection
@section('scripts')
@endsection