@extends('layouts.admin') @section('title', 'عرض الرسالة') @section('content')
البريد: {{ $contact->email ?? '—' }}
الهاتف: {{ $contact->phone ?? '—' }}
التاريخ: {{ $contact->created_at->format('Y-m-d H:i') }}
{{ $contact->message }}