From b1da47eb24615dbf410b3b89de487019d3e20d46 Mon Sep 17 00:00:00 2001 From: sayliraut Date: Mon, 12 Aug 2024 16:05:03 +0530 Subject: [PATCH] Changes --- .../manage_customer/view_customer_details.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8e0bd68..8a35df3 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 @@ -91,7 +91,7 @@ Onboarded date : - {{ $customers_data->state->name }} + {{ $customers_data->state->name ?? 'N/A'}} {{ $customers_data->email_address }} {{ \Carbon\Carbon::parse($customers_data->created_at)->format('m/d/Y') }}