@extends('admin.layouts.main') @section('main-admin-container')
S.No | Enquiry by | Phone | Product | Message | Created At | Actions |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->user_name }} | {{ $item->phone_number }} | {{ $item->enquiryProduct->product_name ?? '' }} | {{ $item->message }} | {{ \Carbon\Carbon::parse($item->created_at)->format('d-m-Y h:i A') }} |