@if ($rows === [])

No evidence snapshots in this scope

Adjust filters or create a tenant snapshot to populate the workspace overview.

@else
@foreach ($rows as $row) @endforeach
Tenant Artifact truth Freshness Generated Not collected yet Refresh recommended Next step Action
{{ $row['tenant_name'] }} {{ data_get($row, 'artifact_truth.label', 'Unknown') }} @if (is_string(data_get($row, 'artifact_truth.explanation')) && trim((string) data_get($row, 'artifact_truth.explanation')) !== '')
{{ data_get($row, 'artifact_truth.explanation') }}
@endif
{{ data_get($row, 'freshness.label', 'Unknown') }} {{ $row['generated_at'] ?? '—' }} {{ $row['missing_dimensions'] }} {{ $row['stale_dimensions'] }} {{ $row['next_step'] ?? 'No action needed' }} View tenant evidence
@endif