@extends('admin.layouts.admin') @section('title', 'Détails du message - Admin KONTIXX') @section('page-title', 'Détails du message') @section('page-description', 'Informations complètes sur le message') @section('content')
Informations du contact
Nom
{{ $contact->name }}
Téléphone
{{ $contact->phone }}Reçu le
{{ $contact->created_at->locale('fr')->isoFormat('dddd D MMMM YYYY') }}
{{ $contact->created_at->format('à HH:mm') }}
Catégorie du projet
Contenu du message
{{ $contact->message }}
Statut
{{ $contact->is_read ? 'Lu' : 'Non lu' }}