Contact Enquiries
| ID | Name | Phone | Message | Date | Actions | |
|---|---|---|---|---|---|---|
| {{ $contact->id }} | {{ $contact->name }} | {{ $contact->phone }} | {{ $contact->email ?? '—' }} | {{ Str::limit($contact->message, 80) }} | {{ $contact->created_at->format('d M Y') }} |
| ID | Name | Phone | Message | Date | Actions | |
|---|---|---|---|---|---|---|
| {{ $contact->id }} | {{ $contact->name }} | {{ $contact->phone }} | {{ $contact->email ?? '—' }} | {{ Str::limit($contact->message, 80) }} | {{ $contact->created_at->format('d M Y') }} |