mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-01 20:52:10 +00:00
fix: subscription / plan switch, etc
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
<div>
|
||||
<div >
|
||||
<div>
|
||||
<h1>Subscription</h1>
|
||||
<div>Here you can see and manage your subscription.</div>
|
||||
</div>
|
||||
<div class="pb-8">
|
||||
@if (data_get(currentTeam(), 'subscription'))
|
||||
<livewire:subscription.actions />
|
||||
@else
|
||||
<div>You are not subscribed to any plan. Please subscribe to a plan to continue.</div>
|
||||
<x-forms.button class="mt-4"><a class="text-white hover:no-underline"
|
||||
href="{{ route('subscription.index') }}">Subscribe Now</a>
|
||||
</x-forms.button>
|
||||
@endif
|
||||
</div>
|
||||
<livewire:subscription.actions />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user