Manage Contact
SL | Name | Phone | Reason for Inquiry | {{--Status | --}}Message | Date | Action | |
---|---|---|---|---|---|---|---|---|
SL | Name | Phone | Reason for Inquiry | {{--Status | --}}Message | Date | Action | |
{{ $key + 1 }} | {{ $row->name }} | {{ $row->email }} | {{ $row->phone }} | {{ str($row->reason)->limit(20) }} | {{--@if ($row->status == 1) Active @else Inactive @endif | --}}{{ str($row->message)->limit(20) }} | {{ date('d M Y', strtotime($row->created_at)) }} |
|