@php /** @var ?\App\Models\Tenant $tenant */ @endphp
@if ($tenant?->trashed())
Tenant archived
{{ \App\Support\Rbac\UiTooltips::TENANT_ARCHIVED }}
This tenant remains available for inspection and audit history, but it is not selectable as active context until you restore it.
@endif