{{ $data['data'][0]['requested_currency_symbol'] }}
{{ number_format($data['data'][0]['requestBill']['data']['total_amount'], 2) }}
Thanks for ordering with us, {{ $data['data'][0]['userDetail']['data']['name'] }}
Trip 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
Total Distance Driven
{{number_format($data['data'][0]['requestBill']['data']['total_distance'],2) }} {{ number_format($data['data'][0]['total_distance'], 2) }}
@if ($data['data'][0]['unit'] == 'KM')
km
@else
miles
@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'] }}
@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']['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
Cancellation Fee
{{ $data['data'][0]['requested_currency_symbol'] }} {{ $data['data'][0]['requestBill']['data']['cancellation_fee'] }}
Customer Convenience Fee
- {{ $data['data'][0]['requested_currency_symbol'] }}
{{ number_format($data['data'][0]['requestBill']['data']['admin_commision'], 2) }}
Trip Earnings (Round Off)
{{ $data['data'][0]['requested_currency_symbol'] }}
{{ number_format($data['data'][0]['requestBill']['data']['driver_commision'], 2) }}