| S.No. | Enquiry Date | Company Name | Product Name | Customer Name | Mobile | City | Action |
|---|---|---|---|---|---|---|---|
| {{ $n }} | {{ date('d-m-Y', strtotime($row->created_at)) }} | {{ $row->user->name ?? '' }} | {{ $row->product_name }} | {{ $row->name }} | {{ $row->mobile }} | {{ $row->city }} | View |
{{ $enquiries->links() }}
@endif