@extends('layouts.app') {{--Important Variables--}} @php $params = session('params'); @endphp @section('title') {{__('lang.payment_collection_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.recovery-left-sidebar') @stop @section('content')

{{__('lang.payment_collection_report')}}

Search Criteria


{{ csrf_field() }}
@include("admin.reports.partials.agents",[ 'col' => '6' ])
@stop @push('include-css') @endpush @push('include-js') @endpush