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

Findings intake

Review visible unassigned open findings across entitled environments in one queue. An explicit environment filter can narrow the view, but the intake scope stays fixed.

Visible unassigned
{{ $summary['visible_unassigned'] }}
Visible unassigned intake rows after the current environment 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') === 'explicit_filter') Environment filter applied: {{ $scope['tenant_label'] }} @else All visible environments are currently included. @endif
@foreach ($queueViews as $queueView) {{ $queueView['label'] }} {{ $queueView['badge_count'] }} Fixed @endforeach
{{ $this->table }}