Bill Details
|
{{number_format($data->requestBill->total_distance,2) }} km
|
|
|
|
|
|
{{ $data->currency }}
{{ number_format($data->requestBill->ride_fare, 2) }}
|
|
|
|
|
|
{{ $data->currency }}
{{ $data->requestBill->cancellation_fee }}
|
|
|
|
|
|
- {{ $data->currency }}
{{ number_format($data->requestBill->admin_commision, 2) }}
|
|
|
|
|
|
Tax {{get_settings('service_tax')}} %
|
|
|
- {{ $data->currency }}
{{ number_format(($data->requestBill->admin_commision_sgst), 2) }}
|
|
|
|
|
|
Settlement Amount
(rounded
off)
|
|
|
{{ $data->currency }}
{{ number_format($data->requestBill->driver_commision, 2) }}
|
|
|
|
|
|