diff --git a/resources/views/Admin/pages/manage_users/manage_customer/view_customer_details.blade.php b/resources/views/Admin/pages/manage_users/manage_customer/view_customer_details.blade.php index 3ceb673..6d85d41 100644 --- a/resources/views/Admin/pages/manage_users/manage_customer/view_customer_details.blade.php +++ b/resources/views/Admin/pages/manage_users/manage_customer/view_customer_details.blade.php @@ -89,9 +89,14 @@ $currentPage = 'manage-customer'; {{ $customers_data->state->name}} {{ $customers_data->email_address }} + @if($customers_data->contactMessages->isNotEmpty()) @foreach($customers_data->contactMessages as $messages) {{$messages->message}} @endforeach + @else + Message is not available + @endif + {{ \Carbon\Carbon::parse($customers_data->created_at)->format('d-m-y') }} {{ $customers_data->country_xid }} {{-- 03/07/2023 --}}