@extends('admin.layouts.master') @section('title', __('taxido::static.reports.driver_reports')) @push('css') @endpush @use('App\Enums\PaymentStatus') @php $drivers = getAllVerifiedDrivers(); $zones = getAllZones(); $vehicleTypes = getAllVehicleTypes(); @endphp @section('content')
@method('POST') @csrf

{{ __('taxido::static.reports.filter') }}

{{ __('taxido::static.reports.driver_reports') }}

{{ __('taxido::static.reports.driver') }} {{ __('taxido::static.reports.email') }} {{ __('taxido::static.reports.ratings') }} {{ __('taxido::static.reports.earnings') }} {{ __('taxido::static.reports.active_rides') }} {{ __('taxido::static.reports.completed_rides') }} {{ __('taxido::static.reports.scheduled_rides') }} {{ __('taxido::static.reports.cancelled_rides') }}
@endsection @push('scripts') @endpush