This team be deleted. It is not reversible.
Please think again.

Danger Zone

Woah. I hope you know what are you doing.

Delete Team

@if (session('currentTeam.id') === 0)
This is the default team. You can't delete it.
@elseif(auth()->user()->teams()->get()->count() === 1)
You can't delete your last team.
@elseif(currentTeam()->subscription && currentTeam()->subscription?->lemon_status !== 'cancelled')
Please cancel your subscription before delete this team (Manage My Subscription button).
@else @if (currentTeam()->isEmpty())
This will delete your team. Beware! There is no coming back!
Delete @else
You need to delete the following resources to be able to delete the team:

Projects:

Servers:

Private Keys:

Sources:

@endif @endif