@php /** @var \App\Models\Tenant $tenant */ $tenant = $this->tenant; $providerConnections = $this->providerConnections(); $permissions = $this->tenantPermissions(); $runs = $this->recentRuns(); @endphp
{{ $tenant->name }} Workspace: {{ $tenant->workspace?->name ?? 'Unknown' }}
{{ \App\Support\Badges\BadgeRenderer::spec(\App\Support\Badges\BadgeDomain::TenantStatus, (string) $tenant->status)->label }} @if ($tenant->external_id) External ID: {{ $tenant->external_id }} @endif
Open in /admin
Connectivity signals @if ($providerConnections->isEmpty())

No provider connections found.

@else
@foreach ($providerConnections as $connection)
{{ $connection->provider }} {{ \App\Support\Badges\BadgeRenderer::spec(\App\Support\Badges\BadgeDomain::ProviderConnectionStatus, (string) $connection->status)->label }} {{ \App\Support\Badges\BadgeRenderer::spec(\App\Support\Badges\BadgeDomain::ProviderConnectionHealth, (string) $connection->health_status)->label }} @if ($connection->is_default) Default @endif
@endforeach
@endif
Permission signals @if ($permissions->isEmpty())

No cached permission checks available.

@else
@foreach ($permissions as $permission)
{{ $permission->permission_key }} {{ \App\Support\Badges\BadgeRenderer::spec(\App\Support\Badges\BadgeDomain::TenantPermissionStatus, (string) $permission->status)->label }}
@endforeach
@endif
Recent operations @if ($runs->isEmpty())

No recent operation runs for this tenant.

@else @endif
Open operations runs