From c6d92b8a3952cf53a6080e18d0dc58555bee8f8d Mon Sep 17 00:00:00 2001 From: sayliraut Date: Mon, 8 Jul 2024 14:52:25 +0530 Subject: [PATCH] dashboard recent transaction --- resources/views/Admin/dashboard.blade.php | 455 +++++++++++++--------- 1 file changed, 264 insertions(+), 191 deletions(-) diff --git a/resources/views/Admin/dashboard.blade.php b/resources/views/Admin/dashboard.blade.php index b146820..8e23a70 100644 --- a/resources/views/Admin/dashboard.blade.php +++ b/resources/views/Admin/dashboard.blade.php @@ -100,7 +100,7 @@ --}} - {{--
+
@@ -151,14 +151,14 @@ View + data-subscription-id="{{ $recent_transactions['subscription_id'] }}" + data-customer-id="{{ $recent_transactions['stripe_customer_id'] }}" + data-subscription-status="{{ $recent_transactions['subscription_status'] }}" + data-start-date="{{ $recent_transactions['current_period_start'] }}" + data-end-date="{{ $recent_transactions['current_period_end'] }}" + data-next-date="{{ $recent_transactions['next_payment_date'] }}">View @endforeach @@ -170,204 +170,277 @@
-
--}} + + + +
- - @endsection + @endsection - @section('section_script') - - - + + + - - @endsection + + @endsection