@if (! $this->tenant)
No managed tenant is currently selected.
Use the managed tenants list to open one.
@else
Current managed tenant selection.
Name
{{ $this->tenant->name }}
Tenant ID
{{ $this->tenant->tenant_id }}
Environment
{{ strtoupper((string) $this->tenant->environment) }}
Status
{{ $this->tenant->status }}
@endif