@extends(request()->has('_sphf_partial') ? 'theme.sphf.layouts.partial' : 'theme.sphf.layouts.app') @section('content')
{{-- Page Tabs --}}
{{-- Filter Bar --}}
@php $filterLabels = ['IP Wise','Districts','Tehsils','Bank Name','Branches','Beneficiary/CNIC','UUID','Time Slots']; @endphp @foreach($filterLabels as $label) @endforeach
{{-- TAB CONTENTS --}}
@include('theme.sphf.pages.monitoring.esmp.overview')
@endsection @section('scripts') @endsection