@extends('admin.layouts.master') @section('title', __('taxido::static.reports.zone_reports')) @push('css') @endpush @php $rideStatus = getRideStatus(); $zones = getAllZones(); $vehicleTypes = getAllVehicleTypes(); @endphp @section('content')
@method('POST') @csrf

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

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

{{ __('taxido::static.reports.name') }} {{ __('taxido::static.reports.total_rides') }} {{ __('taxido::static.reports.total_drivers') }} {{ __('taxido::static.reports.total_tax') }} {{ __('taxido::static.reports.total_ride_amount') }}
@endsection @push('scripts') @endpush