@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