@extends('layouts.admin') @section('title', 'Message de '.$contact->name) @section('page-title', 'Détail du message') @section('content')
{{ $contact->email }}
@if($contact->phone){{ $contact->phone }}
@endif{{ $contact->created_at->format('d/m/Y à H:i') }}
Lu{{ $contact->subject }}