Invoice to {{$booking->first_name}}
Ride {{getDateByFormat($booking->pickup_date)}} {{getTimeFormat($booking->pickup_time)}}
Download invoice Pay this invoicePickup Time: {{getDateFormat($booking->pickup_date)}} {{getTimeFormat($booking->pickup_time)}}
Pickup: {{$booking->pickup_location}}
Destination: {{$booking->drop_location}}
Vehicle Type: {{$booking->vehicle->name ?? ''}}
No of Passengers: {{$booking->no_of_passengers}}
No of Luggages: {{$booking->no_of_luggage}}
Notes: {{$booking->comments}}