Manage Enquiry
| id | Product Name | Phone No | Country | Date | Time | |
|---|---|---|---|---|---|---|
| {{ ($key+1) }} | {{ $data->product_name }} | {{ $data->email }} | {{ $data->phone_number }} | {{ $data->country }} | {{ date('Y-m-d', strtotime($data->created_at)) }} | {{ date('h:i A', strtotime($data->created_at)) }} |