mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-30 12:34:38 +00:00
testing php storm code cleanup and styling
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<x-layout>
|
||||
<x-team.navbar :team="session('currentTeam')" />
|
||||
<livewire:team.form />
|
||||
<x-team.navbar :team="session('currentTeam')"/>
|
||||
<livewire:team.form/>
|
||||
@if (isCloud())
|
||||
<div class="pb-8">
|
||||
<h3>Subscription</h3>
|
||||
@@ -27,5 +27,5 @@
|
||||
</x-forms.button>
|
||||
</div>
|
||||
@endif
|
||||
<livewire:team.delete />
|
||||
<livewire:team.delete/>
|
||||
</x-layout>
|
||||
|
||||
Reference in New Issue
Block a user