fix route subs
This commit is contained in:
parent
39fd6f054b
commit
9db9616a43
@ -8,7 +8,7 @@
|
||||
@endif
|
||||
|
||||
@if (currentTeam()->subscription->stripe_cancel_at_period_end)
|
||||
<a class="hover:no-underline" href="{{ route('subscription') }}"><x-forms.button>Subscribe
|
||||
<a class="hover:no-underline" href="{{ route('subscription.show') }}"><x-forms.button>Subscribe
|
||||
again</x-forms.button></a>
|
||||
@endif
|
||||
<x-forms.button wire:click='stripeCustomerPortal'>Manage My Subscription</x-forms.button>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<livewire:subscription.actions />
|
||||
@else
|
||||
<x-forms.button class="mt-4"><a class="text-white hover:no-underline"
|
||||
href="{{ route('subscription') }}">Subscribe Now</a>
|
||||
href="{{ route('subscription.show') }}">Subscribe Now</a>
|
||||
</x-forms.button>
|
||||
@endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user