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