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

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

Hope you're doing well. We would like to follow up on the request which you have raised. It would be great if you can share the following missing details to provide you with the quote:

  • 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