Merge pull request #165 from WDI-Ideas/sayaliP

Sayali p
This commit is contained in:
CodewithSayali
2024-06-18 14:44:17 +05:30
committed by GitHub

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