📧 New Contact Message

Contact Information

Name: {{ $contact->name }}
Phone: {{ $contact->phone }}
Subject: {{ $contact->subject }}
Status: {{ $contact->status }}
@if($contact->ip_address)
IP Address: {{ $contact->ip_address }}
@endif
Received: {{ $contact->created_at->format('F d, Y h:i A') }}

Message:

{{ $contact->message }}
View in Dashboard