Governance inbox
Governance inbox
This workspace decision surface routes you into the existing findings, finding exceptions, operations, alerts, and review surfaces without introducing a second workflow state.
@if (filled($scope['workspace_label'] ?? null))
Workspace: {{ $scope['workspace_label'] }}
@endif
Scope: {{ $scope['family_label'] ?? 'All attention' }}
Visible items: {{ $scope['total_count'] ?? 0 }}
@if (filled($scope['tenant_label'] ?? null))
Environment: {{ $scope['tenant_label'] }}
@endif
@if ($this->hasTenantPrefilter())
@include('filament.partials.workspace-hub-environment-filter-chip', [
'label' => $scope['tenant_label'] ?? null,
'clearUrl' => $this->pageUrl(['environment_id' => null, 'family' => null]),
])
@endif