From aeda05d6f9b516e591d40602f2b83adc46d4d616 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Mon, 7 Oct 2024 19:23:16 -0400 Subject: [PATCH] adding updates to subscription view --- .../themes/anchor/pages/settings/subscription.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/themes/anchor/pages/settings/subscription.blade.php b/resources/themes/anchor/pages/settings/subscription.blade.php index f4b7e6b15..22b02596b 100644 --- a/resources/themes/anchor/pages/settings/subscription.blade.php +++ b/resources/themes/anchor/pages/settings/subscription.blade.php @@ -37,8 +37,10 @@ public function mount(): void
- - You are currently subscribed to the {{ auth()->user()->plan()->name }} {{ auth()->user()->planInterval() }} Plan. +
+ + You are currently subscribed to the {{ auth()->user()->plan()->name }} {{ auth()->user()->planInterval() }} Plan. +

Manage your subscription by clicking below. Edit this page from the following file: resources/views/{{ $theme->folder }}/pages/settings/subscription.blade.php

@if (session('update'))