{{-- Header --}} {{-- Body --}} {{-- Footer --}}
{{ config('app.name') }} New Contact Message Received

A new contact message has been submitted via the website.

Submission Details
Ticket # #{{ $contact->id }}
Name {{ $contact->name }}
Email {{ $contact->email }}
Subject {{ $contact->subject }}
Message {{ $contact->message }}
Received {{ $contact->created_at?->format('M d, Y h:i A') }}

Reply directly to {{ $contact->email }} to respond to this message.

{{ config('app.name') }} — Internal notification, do not forward.