first commit
This commit is contained in:
22
resources/views/access/emails/enquiry-submitted.blade.php
Normal file
22
resources/views/access/emails/enquiry-submitted.blade.php
Normal file
@ -0,0 +1,22 @@
|
||||
@component('mail::message')
|
||||
# New Online Enquiry Form Submission
|
||||
|
||||
Congratulations on receiving a new online enquiry form submission!
|
||||
|
||||
Your expertise and dedication have attracted yet another prosperous user seeking guidance. We are excited to share the details of the form that has been submitted:
|
||||
|
||||
Thank you for making a difference in people's lives. Keep up the excellent work!
|
||||
|
||||
- **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,
|
||||
{{env("APP_NAME")}}
|
||||
|
||||
@endcomponent
|
Reference in New Issue
Block a user