@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)) Tenant: {{ $scope['tenant_label'] }} @endif
@foreach ($registerStates as $registerState) {{ $registerState['label'] }} {{ $registerState['count'] }} @endforeach
@if ($this->hasTenantPrefilter())
The register is currently filtered to one tenant. Clear tenant filter
@endif
{{ $this->table }}