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