@php $scope = $this->appliedScope(); $registerStates = $this->availableRegisterStates(); @endphp
Decision register

Decision register

This workspace register shows the current exception and accepted-risk decisions that need follow-through without opening a second approval lane.

@if (filled($scope['workspace_label'] ?? null)) Workspace: {{ $scope['workspace_label'] }} @endif Scope: {{ $scope['register_state_label'] ?? 'Open decisions' }} Visible rows: {{ $scope['visible_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, 'register_state' => 'open']), ]) @endif
@foreach ($registerStates as $registerState) {{ $registerState['label'] }} {{ $registerState['count'] }} @endforeach
{{ $this->table }}