@extends('layouts.dashboard') @section('page-title', 'Contact Messages') @section('content')
| Name | Subject | Date | Status | Actions | |
|---|---|---|---|---|---|
| {{ $contact->name }} | {{ $contact->email }} | {{ $contact->subject ?? 'No Subject' }} | {{ $contact->created_at->format('M d, Y H:i') }} | @if ($contact->read) Read @else Unread @endif |