@extends(request()->has('_sphf_partial') ? 'theme.sphf.layouts.partial' : 'theme.sphf.layouts.app') @section('content') Executive Ageing Branch IP Performance IFI View Export @include('theme.sphf.partials.filter-bar', [ 'options' => $filterOptions ?? [], 'selected' => $selectedFilters ?? [], ]) @include('theme.sphf.pages.partials.ip-performance-content', [ 'ipPerformance' => $ipPerformance, 'pageMessages' => $pageMessages ?? [], ]) @endsection @section('scripts') @endsection