| {{ $inq->id }} |
{{ $inq->name }} |
{{ $inq->email }} |
{{ $inq->phone }} |
{{ $inq->user_company }} |
{{--
{{ $inq->newsletter_subscription ? 'Yes' : 'No' }}
|
{{ $inq->terms_and_policy ? 'Yes' : 'No' }}
| --}}
{{ $inq->created_at->format('d M Y h:i A') }} |
|
@empty