@extends('admin.layouts.master') @section('title', __('taxido::static.reports.ride_reports')) @push('css') @endpush @use('App\Enums\PaymentStatus') @php $drivers = getAllVerifiedDrivers(); $riders = getAllRiders(); $rideStatus = getRideStatus(); $PaymentMethodList = getPaymentMethodList(); $paymentStatus = PaymentStatus::ALL; $zones = getAllZones(); $services = getAllServices(); $serviceCategories = getAllServices(); $vehicleTypes = getAllVehicleTypes(); $paymentMethodColorClasses = getPaymentStatusColorClasses(); @endphp @section('content')
@method('POST') @csrf

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

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

{{ __('taxido::static.reports.ride_number') }} {{ __('taxido::static.reports.driver') }} {{ __('taxido::static.reports.user') }} {{ __('taxido::static.reports.ride_status') }} {{ __('taxido::static.reports.payment_method') }} {{ __('taxido::static.reports.payment_status') }} {{ __('taxido::static.reports.service') }} {{ __('taxido::static.reports.service_category') }} {{ __('taxido::static.reports.vehicle_type') }} {{ __('taxido::static.reports.amount') }}
@endsection @push('scripts') @endpush