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

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

Your request is well received and we're excited to assist you.

To support you with a detailed quote, can you please provide us with the details below:

  • Service type : {{($enquiry->service_type_id != "")?ucwords($enquiry->service_type->title):"Arrival, Departure or Transfer?"}}
  • @if($enquiry->service_type_id == 2 || $enquiry->service_type_id == 5 || $enquiry->service_type_id == "")
  • Arrival flight number :
  • Arrival date & time :
  • @endif @if($enquiry->service_type_id == 4 || $enquiry->service_type_id == 5 || $enquiry->service_type_id == "")
  • Departure flight number :
  • Departure date & time :
  • @endif
  • Number of guest :
  • Number of bags :

Looking forward to hearing from you.

@endsection