# New {{ $contactMessage->typeLabel() }}
A new submission was received from the website.
**Name:** {{ $contactMessage->name }}
**Email:** {{ $contactMessage->email }}
@if ($contactMessage->phone)
**Phone:** {{ $contactMessage->phone }}
@endif
@if ($contactMessage->organization)
**Organisation:** {{ $contactMessage->organization }}
@endif
@if ($contactMessage->subject)
**Subject:** {{ $contactMessage->subject }}
@endif
{{ $contactMessage->message }}
@if ($contactMessage->attachment)
An attachment was included; open it from the admin panel.
@endif
Open in admin panel
Received {{ $contactMessage->created_at->format('d M Y, H:i') }} from {{ $contactMessage->ip_address }}.