NAME
{{$booking->first_name}}
{{$booking->email}}
PHONE NO
{{$booking->phone}}
SERVICE
{{ $booking->service->name }}
PICKUP
{{$booking->pickup_location}}
DROP OFF
{{$booking->drop_location}}
PICKUP DATE & TIME
{{getDateFormat($booking->pickup_date)}} {{getTimeFormat($booking->pickup_time)}}
FLIGHT NO
{{$booking->flight_no}}
NO OF HOURS
{{ $booking->duration_in_hours }}
TOTAL PRICE
${{$booking->grand_total}}
IN WITNESS WHEREOF, the parties have executed
this Agreement as of the date first above written.
LEGAL NAME:
@if ($userSignature){{$userSignature->legal_name ?? ''}}
@endifAGREEMENT DATE:
{{ getDateFormat(\Carbon\Carbon::now()->format('Y-m-d')) }}