CUSTOMER CONTRACT

NAME

{{$booking->first_name}}

EMAIL

{{$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)}}

@if ($booking->flight_no)

FLIGHT NO

{{$booking->flight_no}}

@endif @if ($booking->service_type == 2)

NO OF HOURS

{{ $booking->duration_in_hours }}

@endif

TOTAL PRICE

${{$booking->grand_total}}

This agreement ("Agreement") is made between '{{$setting->company_name}}' AND '{{$booking->first_name}}'
  1. Electronic Signature: The Customer acknowledges and agrees that their electronic signature, as provided below, shall have the same force and effect as a handwritten signature.
  2. Entire Agreement: This Agreement constitutes the entire understanding between the Company and the Customer. It supersedes all prior agreements, negotiations, and discussions, whether oral or written.
  3. Insurance: The driver shall maintain liability insurance for the limousine service as per legal requirements.
  4. Damage Liability: The client is responsible for any damage to the limousine caused during the rental period by themselves or anyone in their party.
  5. Prohibition of Alcohol and Drug Use: Alcohol consumption and drug use are strictly prohibited by law and are not permitted at any time during the service.
  6. Vehicle Capacity: Vehicles cannot be loaded beyond their designated seating capacity.
  7. Cancellation Policy: In the event that the customer cancels their reservation at least 24 hours prior to the scheduled pickup time, a full refund shall be issued, subject to a deduction for the merchant processing fee.

IN WITNESS WHEREOF, the parties have executed
this Agreement as of the date first above written.

LEGAL NAME:

@if ($userSignature)

{{$userSignature->legal_name ?? ''}}

@endif
User Signature

AGREEMENT DATE:

{{ getDateFormat(\Carbon\Carbon::now()->format('Y-m-d')) }}