@extends('admin.layouts.master') @section('title', __('taxido::static.reports.incentive_reports')) @push('css') @endpush @use('App\Enums\PaymentStatus') @php $drivers = getAllVerifiedDrivers(); $zones = getAllZones(); $vehicleTypes = getAllVehicleTypes(); $periodTypes = [ ['id' => 'daily', 'name' => 'Daily'], ['id' => 'weekly', 'name' => 'Weekly'] ]; $levels = [ ['id' => 1, 'name' => 'Level 1'], ['id' => 2, 'name' => 'Level 2'], ['id' => 3, 'name' => 'Level 3'], ['id' => 4, 'name' => 'Level 4'], ['id' => 5, 'name' => 'Level 5'] ]; @endphp @section('content')
@method('POST') @csrf

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

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

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

{{ getDefaultCurrency()?->symbol }}0.00

0 incentives
{{ __('taxido::static.reports.participation_rate') }}

0%

0/0 drivers
{{ __('taxido::static.reports.completion_rate') }}

0%

0/0 achieved
{{ __('taxido::static.reports.avg_rides') }}

0

rides per driver
{{ __('taxido::static.reports.driver') }} {{ __('taxido::static.reports.email') }} {{ __('taxido::static.reports.vehicle_type') }} {{ __('taxido::static.reports.zone') }} {{ __('taxido::static.reports.period_type') }} {{ __('taxido::static.reports.level') }} {{ __('taxido::static.reports.target_rides') }} {{ __('taxido::static.reports.bonus_amount') }} {{ __('taxido::static.reports.applicable_date') }} {{ __('taxido::static.reports.status') }}
@endsection @push('scripts') @endpush