Order Details
For:
{{ $data['data']['userDetail']['name'] ??''}}
 }})
{{ $data['data'][0]['driverDetail']['data']['name']}}
 }})
Total
{{ number_format($data['data'][0]['total_distance'], 2) }}
@if ($data['data'][0]['unit'] == 'KM')
kms
@else
miles
@endif:
{{ number_format($data['data'][0]['total_distance'], 2) }}
@if ($data['data'][0]['unit'] == 'KM')
km
@else
miles
@endif
 }})
Total
Mins:
{{ $data['data'][0]['total_time'] }}
min
 }})
{{ $data['data'][0]['vehicle_type_name'] }}
- {{ strtoupper($data['data'][0]['driverDetail']['data']['car_number'])}}
{{ $data['data'][0]['trip_start_time'] }}
{{ $data['data'][0]['pick_address'] }}
{{ $data['data'][0]['completed_at'] }}
{{ $data['data'][0]['drop_address'] }}
Bill Details
@if ($data['data'][0]['is_bid_ride'] === 1)
Bid Fare
@else
Base Fare For
{{ number_format($data['data'][0]['requestBill']['data']['base_distance'], 2)}}
@if ($data['data'][0]['unit'] == 'KM')
km
@else
miles
@endif
@endif
@if ($data['data'][0]['is_bid_ride'] === 1)
{{ $data['data'][0]['requested_currency_symbol'] }}
{{ $data['data'][0]['accepted_ride_fare'] }}
@else
{{ $data['data'][0]['requested_currency_symbol'] }} {{ $data['data'][0]['requestBill']['data']['base_price'] }}
@endif
Distance Fare for
{{ number_format($data['data'][0]['total_distance'], 2) }}
@if ($data['data'][0]['unit'] == 'KM')
km
@else
miles
@endif
{{ $data['data'][0]['requested_currency_symbol'] }} {{ $data['data'][0]['requestBill']['data']['distance_price'] }}
Time Fare for
{{ $data['data'][0]['requestBill']['data']['total_time'] }}
min
{{ $data['data'][0]['requested_currency_symbol'] }} {{ $data['data'][0]['requestBill']['data']['time_price'] }}
Waiting Charge
for
{{ $data['data'][0]['requestBill']['data']['calculated_waiting_time'] }}
min
{{ $data['data'][0]['requested_currency_symbol'] }} {{ $data['data'][0]['requestBill']['data']['waiting_charge'] }}
Cancellation Fee
{{ $data['data'][0]['requested_currency_symbol'] }} {{ $data['data'][0]['requestBill']['data']['cancellation_fee'] }}
@if($data['data'][0]['requestBill']['data']['airport_surge_fee'] > 0 && $data['data'][0]['transport_type'] === 'taxi')
Airport Surge Fee
{{ $data['data'][0]['requested_currency_symbol'] }}
{{ number_format((float) $data['data'][0]['requestBill']['data']['airport_surge_fee'], 2) }}
@endif
Convenience Fee
{{ $data['data'][0]['requested_currency_symbol'] }}
{{ $data['data'][0]['requestBill']['data']['admin_commision'] ? $data['data'][0]['requestBill']['data']['admin_commision']: 0 }}
Promo Discount
- {{ $data['data'][0]['requested_currency_symbol'] }}
{{ $data['data'][0]['requestBill']['data']['promo_discount'] ? $data['data'][0]['requestBill']['data']['promo_discount']: 0 }}
@if($data['data'][0]['requestBill']['data']['additional_charges_amount'] > 0)
Additional Charger
{{$data['data'][0]['requestBill']['data']['additional_charges_reason']}}
{{ $data['data'][0]['requested_currency_symbol'] }}
{{ number_format((float) $data['data'][0]['requestBill']['data']['additional_charges_amount'], 2) }}
@endif
@if($data['data'][0]['requestBill']['data']['preference_price_total'] > 0)
Preference Charges
{{ $data['data'][0]['requested_currency_symbol'] }}
{{ number_format((float) $data['data'][0]['requestBill']['data']['preference_price_total'], 2) }}
@endif
Tax ({{ get_settings('service_tax') }}%)
{{ $data['data'][0]['requested_currency_symbol'] }} {{ number_format($data['data'][0]['requestBill']['data']['service_tax'],2) }}
Total
{{ $data['data'][0]['requested_currency_symbol'] }} {{ number_format($data['data'][0]['requestBill']['data']['total_amount'],2) }}