@extends('Main.layout.mail') @section('mail-content')

Dear {{ucwords($enquiry->firstName." ".$enquiry->lastName)}},

Thanks for contacting JODOGO. The quote for {{($meet_only==true)?"airport":"the below"}} assistance at {{ucwords($enquiry->originAirport)}} will be {{number_format($total_amount,2)}} USD for {{$total_passenger}} passenger(s) with {{$enquiry->baggages}} bag(s).

@if($meet_only==false) Meet & Greet on Arrival - {{number_format(($enquiry->totalAmount + $enquiry->markup_amount),2)}}USD@endif @if($enquiry->add_lounge)
Lounge Access - {{number_format($enquiry->lounge_amount,2)}}USD@endif @if($enquiry->add_limousine)
Limousine - {{number_format($enquiry->limousine_amount,2)}}USD@endif

Service Inclusions

    @foreach ($active_services as $active_service)
  • {{ ucwords($active_service->title)}}
  • @endforeach
@if($enquiry->inclusion_comment)

{{$enquiry->inclusion_comment}}

@endif @if($enquiry->add_lounge)

Lounge Access at {{$enquiry->lounge_name}}

@endif @if($enquiry->add_limousine)

Limousine Service Pickup/Dropoff {{$enquiry->pickOrDropAddress}}

@endif

Please click the below button to proceedwith the payment for the above services.

Pay Now

Please note that an additional card payment charge of 4% will be added to the quote during the checkout.


In case you need any further clarifications,please feel free to revert back to this email.

@if($enquiry->add_limousine ==true)

Did you miss choosing add-on's? Book your favorite Limousine here!

Book Limousine
@endif

General Terms and Conditions

  • Airports around the world are highly sensitive security clearance required areas. Often, Security Agencies, Airport Authorities and Governments impose unforeseen security restrictions based on their assessment of the security situation at the Airport or even for undisclosed reasons. In some cases, all Airport Assistance services are suspended without notice by Security Agencies, Airport Authorities and Governments which may result in our inability to provide confirmed services due to suspension of services. In such cases, we will provide 100.00% refund of fees paid to us but we will have no choice but to express our regret for not providing the service for reasons beyond our control.
  • Failure to contact JODOGO, in case the Guest cannot find the Greeter, will result as 'Passenger No Show' and no refund will be offered.
  • The charges for amendment will be as follows: Within 24 hours of scheduled service time: 100.00% of total booking price Within 48 hours of scheduled service time: 50% of total booking price More than 48 hours of scheduled service time: USD 15.00 or 10.00% of the total booking price whichever is higher.
  • The charges for cancellation will be as follows: Within 48 hours of scheduled service time: 100.00% of total booking price More than 48 hours of scheduled service time: USD 15.00 or 10.00% of the total booking price whichever is higher.
  • The 4% card charges are non-refundable in all cases of cancellation or dispute because they are incurred by the bank
  • Any complaints or concerns related to the completed greet to be intimated to the team via email within 24 hours of the greet completion to consider for refund or compensation if applicable.
@endsection