@@ -89,9 +89,14 @@ $currentPage = 'manage-customer';
|
||||
<td>{{ $customers_data->state->name}}</td>
|
||||
|
||||
<td>{{ $customers_data->email_address }}</td>
|
||||
@if($customers_data->contactMessages->isNotEmpty())
|
||||
@foreach($customers_data->contactMessages as $messages)
|
||||
<td>{{$messages->message}}</td>
|
||||
@endforeach
|
||||
@else
|
||||
<td>Message is not available</td>
|
||||
@endif
|
||||
|
||||
<td>{{ \Carbon\Carbon::parse($customers_data->created_at)->format('d-m-y') }}</td>
|
||||
<td>{{ $customers_data->country_xid }}</td>
|
||||
{{-- <td>03/07/2023</td> --}}
|
||||
|
||||
Reference in New Issue
Block a user