This commit is contained in:
sayaliparab
2024-06-18 14:01:17 +05:30
parent 1790aaa348
commit 6e09f24884

View File

@@ -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> --}}