Enquiry Form
| ID | Name | Phone | Subject | Message | Submitted At | Action | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $contactItem->name }} | {{ $contactItem->email }} | {{ $contactItem->phone }} | {{ $contactItem->subject ?? 'N/A' }} | {{ Str::limit($contactItem->message, 40) ?? 'N/A' }} | {{ $contactItem->created_at->format('d-m-Y') }} |