New Contact Form Submission

A new contact form submission has been received from the {{ config('app.name') }}

Contact Details:

Inquiry Type: {{ ucfirst($data['type']) }}
Name: {{ $data['name'] }}
Email: {{ $data['email'] }}
Phone: {{ $data['phone'] }}

Message Content:

{{ $data['message'] }}

This message was sent from the contact form on {{ config('app.name') }}.