| ID | Company | Owner | Status | Create apps | Apps limit | Expires | Actions |
|---|---|---|---|---|---|---|---|
| {{ $t->id }} |
{{ $t->company_name ?? '-' }}
tenant: {{ $t->id }}
|
{{ $t->name ?? '-' }} | @if($isSuspended) suspended @else active @endif | @if($canCreate) yes @else no @endif | {{ $limitLabel }} @if($limitRaw === null) (infinite) @endif |
@if($expiresAt)
{{ \Illuminate\Support\Carbon::parse($expiresAt)->format('Y-m-d') }}
{{ \Illuminate\Support\Carbon::parse($expiresAt)->format('H:i') }}
@else
-
@endif
|
{{-- Approve (indefinido) --}}
@if(!$canCreate)
@endif
{{-- Approve timed (modal) --}}
{{-- Apps limit (inline compact) --}}
{{-- Suspend / Reactivate --}}
@if(!$isSuspended)
@else
@endif
{{-- ========== MODALS ========== --}}
{{-- Approve confirm --}}
{{-- Approve timed modal --}}
{{-- Suspend confirm --}}
{{-- Reactivate confirm --}}
|
| No tenants found. | |||||||