@extends('layouts.main') @section('main-content') @php $filterUrl = Request::fullUrl(); $clearFilterUrl = explode("?", $filterUrl)[0]; $showFilter = $queryParams->filter(function ($value, $key){ return !empty($value); })->isNotEmpty(); $accountingPeriods = getAccountingPeriods(); @endphp
Clear Filter
@include('components.reports.filters', ['filtersNotToShow' => ['payment_providers'] ])
@include('components.reports.download-report-button')
Payment Providers Report
S/N Account Revenue
@include('components.reports.options', ['linksToHide' => ['department', 'ministry', 'service', 'payment_provider', 'monthly'] ]) @endsection @section('more-scripts') ; @stop