@component('mail::message') Dear {{$formData['name']}}, Thank you for submitting the online enquiry form. We appreciate your interest in our services. Our team has received your request, and we are excited to assist you. You can expect to hear back from our team within the next working day. We are dedicated to providing excellent service and will do our best to address your enquiry thoroughly. If you have any further questions or need immediate assistance, feel free to contact us at any time. Just for your reference, here below are your submitted details. - **Name:** {{ $formData['name'] }} - **Email:** {{ $formData['email'] }} - **Phone:** {{ $formData['phone'] }} - **Preferred Destination:** {{ $formData['preferred_destination'] }} - **Mode of Counselling:** {{ $formData['mode_of_counselling'] }} - **Nearest Branch:** {{ $formData['nearest_branch'] }} - **Message:** {{ $formData['message'] }} Best regards, Presidential International Academic Foundation @endcomponent