@extends('admin.layouts.app') @section('title', 'Contact Messages') @section('content')
View and respond to customer inquiries
| From | Subject | Status | Date | Actions |
|---|---|---|---|---|
|
{{ $contact->name }} {{ $contact->email }} |
{{ $contact->subject ?? '-' }} | @if($contact->status == 'unread') Unread @elseif($contact->status == 'replied') Replied @else Read @endif | {{ $contact->created_at->format('M d, Y H:i') }} | |
|
No messages found |
||||