From 592a402d2366614c3a3374ac69fb5c41b3135345 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Wed, 7 Jan 2026 01:18:18 +0100 Subject: [PATCH] feature - 27 - Cancel subscription --- resources/views/billing/index.blade.php | 58 ++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/resources/views/billing/index.blade.php b/resources/views/billing/index.blade.php index c41163f..cf811b7 100644 --- a/resources/views/billing/index.blade.php +++ b/resources/views/billing/index.blade.php @@ -1,8 +1,20 @@ -
+

BILLING

+ @if (session('success')) +
+

{{ session('success') }}

+
+ @endif + + @if (session('error')) +
+

{{ session('error') }}

+
+ @endif +

Subscription Details

@@ -43,6 +55,50 @@
@endif
+ + @if(!$subscription->ends_at) +
+ +
+ @endif +
+
+ + +
+
+

Cancel Subscription?

+

+ Are you sure you want to cancel your subscription? You will retain access until the end of your current billing period. +

+
+ +
+ @csrf + +
+