@extends('emails.layouts.abec') @section('subject', 'New contact message') @section('preheader', 'New contact message from ' . $contactMessage->name . ' — ' . $contactMessage->subject) @section('content')

New Contact Message

Submitted {{ $contactMessage->created_at->format('D, j M Y \a\t H:i') }} UTC

From {{ $contactMessage->name }}
{{ $contactMessage->email }}
Subject {{ $contactMessage->subject }}

{{ $contactMessage->body }}

View in Admin Panel


Reply directly to this email to respond to {{ $contactMessage->name }} at {{ $contactMessage->email }}.

@endsection