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