View and manage customer messages and feedback
| Status | Sender | Subject & Message Snippet | Date & Time | Actions |
|---|---|---|---|---|
| {{ ucfirst($contact->status) }} |
{{ $contact->name }}
{{ $contact->email }}
|
{{ $contact->subject ?? 'No Subject' }}
{{ Str::limit($contact->message, 50) }}
|
{{ $contact->created_at->format('M d, Y') }} {{ $contact->created_at->format('h:i A') }} |
|
| No messages found | ||||
{{ $contact->created_at->format('M d, h:i A') }}
{{ $contact->subject ?? 'No Subject' }}
{{ $contact->message }}
{{ $contact->email }}
View Details →