@extends('admin.layouts.master') @section('title', __('taxido::static.reports.coupon_reports')) @push('css') @endpush @php $rideStatus = getRideStatus(); $couponCodes = getAllCouponCodes(); @endphp @section('content')
@method('POST') @csrf

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

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

{{ __('taxido::static.reports.coupon_code') }} {{ __('taxido::static.reports.total_rides') }} {{ __('taxido::static.reports.total_coupon_discount') }} {{ __('taxido::static.reports.total_ride_amount') }}
@endsection @push('scripts') @endpush