@php $driver = $rideHistory->driver; @endphp
Driver
{{ $driver->name }}
{{ $driver->whatsapp_no }}
{{ $driver->vehicleBrand->name }} {{ $driver->vehicleModel->name }} ({{ $driver->vehicleColour->name }})
{{ $driver->vehicle_no }}
Customer
{{ $rideHistory->customer->name ?? "NA" }}
{{ $rideHistory->customer->whatsapp_no ?? "NA" }}
V Way Taxi - Ride Receipt
Pickup Point : ({{ \Carbon\Carbon::parse($rideHistory->start_time, "Asia/Kolkata")->toDateTimeString() }})
{{ $rideHistory->pickup_address }}

@isset($rideHistory->stop1_address) Stop Point 1 :
{{ $rideHistory->stop1_address }}

@endisset @isset($rideHistory->stop2_address) Stop Point 2 :
{{ $rideHistory->stop2_address }}

@endisset @isset($rideHistory->stop3_address) Stop Point 3 :
{{ $rideHistory->stop3_address }}

@endisset Drop Point : ({{ \Carbon\Carbon::parse($rideHistory->end_time, "Asia/Kolkata")->toDateTimeString() }})
{{ $rideHistory->drop_address }}

@isset ($rideHistory->package_name) @endisset @if($rideHistory->total_discount > 0) @endif @if($rideHistory->waiting_fare > 0) @endif @if($rideHistory->excess_fare > 0) @endif
Booking ID {{ $rideHistory->id }}
Trip Type {{ $rideHistory->trip_type }}
Package Name {{ $rideHistory->package_name }}
Total Distance {{ $rideHistory->total_km }}
Total Duration {{ $rideHistory->total_duration }}
Base Fare Rs. {{ $rideHistory->base_fare }}
Fare / KM Rs. {{ $rideHistory->fare_per_km }}
Total Discount Rs. {{ $rideHistory->total_discount }}
Waiting Charge Rs. {{ $rideHistory->waiting_fare }}
Driver Bata Rs. {{ $rideHistory->excess_fare }}
Total Fare Rs. {{ $rideHistory->total_fare }}
** All prices excluding Parking, Toll, Loading & Unloading Charges if any.
** Toll Charges are payable, once enclosed toll bill along with it.
** We Don't Allow Overloading and Fragile Products! But With driver's permission & extra fare will be accepted by drivers.
** Waiting fare will be charged by the Driver, if basic Loading & Unloading Waiting Time exceeded.
** Excess passengers not allowed, but Driver's can allow once they wish with extra payment. Waiting Charges will be added while consumes excess time to complete the ride, due to Heavy traffic.
NOTE : This is computer generated receipt and does not require physical signature.
Developed by Veeway Infotech Private Limited, the Innovative Software & Mobile Application Development Company