This commit is contained in:
Andras Bacsai
2023-07-14 11:27:08 +02:00
parent cac59e4873
commit cbefbb7927
29 changed files with 447 additions and 141 deletions

View File

@@ -1,8 +1,6 @@
<x-layout>
<x-team.navbar :team="session('currentTeam')" />
@if (isSubscribed())
<livewire:team.form />
@endif
<livewire:team.form />
@if (isCloud())
<div class="pb-8">
<h3>Subscription</h3>
@@ -29,7 +27,5 @@
</x-forms.button>
</div>
@endif
@if (isSubscribed())
<livewire:team.delete />
@endif
<livewire:team.delete />
</x-layout>