Dear Admin,
A new "Get in Touch" form submission has been received. Below are the details provided:
First Name:
{{ $admin_details['first_name'] ?? '-' }}
|
|
Last Name:
{{ $admin_details['last_name'] ?? '-' }}
|
|
Email Address:
{{ $admin_details['email'] ?? '-' }}
|
|
Phone Number:
{{ $admin_details['phone_number'] ?? '-' }}
|
|
Message:
{{ $admin_details['message'] ?? '-' }}
|
|
Please review the submission and take appropriate action. You can contact the sender at:
@if(!empty($admin_details['email']))
{{ $admin_details['email'] }}
@else
-
@endif
View Dashboard
|