From 6e09f24884719af91aafa13b56c87c5ffdb275bd Mon Sep 17 00:00:00 2001 From: sayaliparab Date: Tue, 18 Jun 2024 14:01:17 +0530 Subject: [PATCH] Message --- .../manage_customer/view_customer_details.blade.php | 5 +++++ 1 file changed, 5 insertions(+) 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 --}}