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

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

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


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