@php($scope = $this->appliedScope()) @php($summary = $this->summaryCounts()) @php($queueViews = $this->queueViews())
Shared unassigned work

Findings intake

Review visible unassigned open findings across entitled tenants in one queue. Tenant context can narrow the view, but the intake scope stays fixed.

Visible unassigned
{{ $summary['visible_unassigned'] }}
Visible unassigned intake rows after the current tenant scope.
Needs triage
{{ $summary['visible_needs_triage'] }}
Visible `new` and `reopened` intake rows that still need first routing.
Overdue
{{ $summary['visible_overdue'] }}
Intake rows that are already past due.
Applied scope
{{ $scope['queue_view_label'] }}
@if (($scope['tenant_prefilter_source'] ?? 'none') === 'active_tenant_context') Tenant prefilter from active context: {{ $scope['tenant_label'] }} @elseif (($scope['tenant_prefilter_source'] ?? 'none') === 'explicit_filter') Tenant filter applied: {{ $scope['tenant_label'] }} @else All visible tenants are currently included. @endif
@foreach ($queueViews as $queueView) {{ $queueView['label'] }} {{ $queueView['badge_count'] }} Fixed @endforeach
{{ $this->table }}