|
{{ $data['subject'] }}
|
|
You have received a new message from your website contact form.
|
| Name |
{{ $data['name'] }} |
| Email |
{{ $data['email'] }} |
| Phone |
{{ $data['phone'] }} |
| Inquiry Type |
{{ $data['inquiry_type'] ?? 'General Inquiry' }} |
@if ($data['project_type'])
| Prject Type |
{{ $data['project_type'] }} |
@endif
@if ($data['project'])
| Project Name |
{{ $data['project'] }} |
@endif
| Message |
{{ $data['message'] }} |
|
|
This email was generated automatically from your website contact form.
|