Your tour booking has been recieved with these details
Tour : {{ $customer_tour_booking_data['tour']['name'] }}
First Name : @if (!empty($customer_tour_booking_data['first_name'])) {{ $customer_tour_booking_data['first_name'] }} @else N/A @endif
Last Name : @if (!empty($customer_tour_booking_data['last_name'])) {{ $customer_tour_booking_data['last_name'] }} @else N/A @endif
Email : @if (!empty($customer_tour_booking_data['email'])) {{ $customer_tour_booking_data['email'] }} @else N/A @endif
Nationality : @if (!empty($customer_tour_booking_data['nationality'])) {{ $customer_tour_booking_data['nationality'] }} @else N/A @endif
Phone Number : @if (!empty($customer_tour_booking_data['phone_number'])) {{ $customer_tour_booking_data['phone_number'] }} @else N/A @endif
Arrival Date : @if (!empty($customer_tour_booking_data['arrival_date'])) {{ $customer_tour_booking_data['arrival_date'] }} @else N/A @endif
Message
@if (!empty($customer_tour_booking_data['message']))
{{ $customer_tour_booking_data['message'] }}
@else
N/A
@endif
Thank you for making the booking.
The team at relocate will reach out to you soon.
Best regards