@extends('layouts.main') @section('main-content') @php $filterUrl = Request::fullUrl(); $clearFilterUrl = explode("?", $filterUrl)[0]; $queryParams = (object) request()->all(); $showFilter = collect($queryParams)->filter(function ($value, $key){ return !empty($value); })->isNotEmpty(); $accountingPeriods = getAccountingPeriods(); @endphp
Clear Filter
Payments Report Per Office
Payments Report Per Office
S/N Office Name Expected Revenue Actual Revenue
@include('components.reports.loader')
@endsection @section('more-scripts') @stop