From 4bbebe58f3c66cd80dae7a7409eb08384d513647 Mon Sep 17 00:00:00 2001 From: sayliraut Date: Mon, 29 Jul 2024 11:12:31 +0530 Subject: [PATCH] changes --- .../manage_customer/view_customer_details.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 529d5e2..3d17cf4 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 @@ -93,7 +93,7 @@ {{ $customers_data->state->name }} {{ $customers_data->email_address }} - {{ \Carbon\Carbon::parse($customers_data->created_at)->format('m-d-y') }} + {{ \Carbon\Carbon::parse($customers_data->created_at)->format('m/d/y') }} @@ -136,7 +136,7 @@ @foreach ($customers_data->isSubscribed as $subscribe) - + @@ -146,7 +146,7 @@ -
Amount :Amount : Stripe Customer Id : Subscription Id : Subscription Status :
{{'$' . $subscribe->amount }} + {{ '$' . $subscribe->amount }} {{ $subscribe->stripe_customer_id }}