← Retour à la liste

{{ $message->name }}

{{ $message->email }} @if($message->phone) — {{ $message->phone }} @endif

@if ($message->subject)

Sujet : {{ $message->subject }}

@endif

{{ $message->message }}

Reçu le {{ $message->created_at->format('d/m/Y à H:i') }} — IP {{ $message->ip }}

@if ($message->notification_error)

La notification à contact@telithotenge.com a échoué :

{{ $message->notification_error }}

@csrf
@endif

Statut

@csrf
@csrf @method('DELETE')