# New contact message You received a new message via the {{ config('app.name') }} contact form. **Name:** {{ $contact->name }} **Email:** {{ $contact->email }} **Subject:** {{ $contact->subject }} **Received:** {{ $contact->created_at->format('M j, Y g:i A') }} {{ $contact->message }} Reply to {{ $contact->name }} Thanks,
{{ config('app.name') }}