@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 {{__('lang.select_project_name')}} {{__('lang.all_projects')}} @foreach (\App\Models\Branch::get() as $Branch) id ? 'selected' : '' }}>{{ $Branch->name }} @endforeach {{__('lang.project')}} @include("admin.reports.partials.agents",[ 'col' => '6', 'multiple' => true, ]) {{__('lang.from')}} {{__('lang.to')}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush