Transfer Confirmation

Vehicle Type Price Confirmation No
{{$reservation->vehicle}} @price_format($reservation->total_price) {{$reservation->id}}

Transfer Details:

@if(!empty($reservation->stops)) @endif
Transfer Date Pick up time No of Passengers
{{$reservation->start_location}} - {{$reservation->end_location}} {{$reservation->date}} {{$reservation->pickup_time}} {{$reservation->people}}
Pickup address: {{$reservation->pickup_address}}
Dropoff address: {{$reservation->dropoff_address}}
Notes: {{$reservation->stops}}
Flight No: {{$reservation->flight_number}}
Infant Seat(s) Child Seat(s) Booster Seat(s) No of Bags
{{$reservation->extra_infant_seat}} {{$reservation->extra_child_seat}} {{$reservation->extra_booster_seat}} {{$reservation->extra_luggage}}
@if($reservation->type == 'return')

Transfer Details:

@if(!empty($data['return_stops'])) @endif
Transfer Date Pick up time No of Passengers
{{$reservation->end_location}} - {{$reservation->start_location}} {{$data['return_pickup_date']}} {{$data['return_pickup_time']}} {{$data['return_people']}}
Pickup address: {{$data['return_pickup_address']}}
Dropoff address: {{$data['return_dropoff_address']}}
Notes: {{$data['return_stops']}}
Flight No: {{!empty($data['return_flight_number']) ? $data['return_flight_number'] : ''}}
Infant Seat(s) Child Seat(s) Booster Seat(s) No of Bags:
{{$reservation->extra_infant_seat}} {{$reservation->extra_child_seat}} {{$reservation->extra_booster_seat}} {{$reservation->extra_luggage}}
@endif

Personal Details:

Name {{$reservation->firstname}} {{$reservation->lastname}}
Email {{$reservation->email}}
Contact Number {{$reservation->phone}}

Payment:

@if($reservation->type == 'return') @endif
Total Price @price_format($reservation->total_price)
Deposit Paid @price_format($reservation->total_deposit)
Remaining Balance @price_format($reservation->remaining_balance)
   
Payment Required to Driver After 1st Transfer @price_format($reservation->to_pay)
Payment Required to Driver After 2nd Transfer @price_format($reservation->to_pay)

EMERGENCY CONTACT NUMBER: +385 99 360 5114