@include('emails.partials.brand-header')

📧 New Contact Form Submission

A new contact form has been submitted on your website.

👤 Contact Information

Name:
{{ $contact->name }}
@if($contact->phone) @endif
Subject:
{{ $contact->subject }}
Date:
{{ $contact->formatted_created_at }}

💬 Message

{{ $contact->message }}
📧 Reply via Email 👁️ View in Admin
@if($contact->phone)
📞 Call Contact
@endif

🔧 Technical Information

@if($contact->ip_address)

IP Address: {{ $contact->ip_address }}

@endif @if($contact->user_agent)

User Agent: {{ $contact->user_agent }}

@endif

Submission ID: #{{ $contact->id }}