@php($scope = $this->appliedScope()) @php($summary = $this->summaryCounts()) @php($availableFilters = $this->availableFilters())
Assigned to me

My Findings

Review open assigned findings across visible tenants in one queue. Tenant context can narrow the view, but the personal assignment scope stays fixed.

Open assigned
{{ $summary['open_assigned'] }}
Visible rows after the current filters.
Overdue
{{ $summary['overdue_assigned'] }}
Assigned findings that are already past due.
Applied scope
Assigned to me only
@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
Available filters
@foreach ($availableFilters as $filter) {{ $filter['label'] }} @if (($filter['fixed'] ?? false) === true) Fixed @endif @endforeach
{{ $this->table }}