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

My Findings

Review open assigned findings across visible environments in one queue. An explicit environment filter 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') === 'explicit_filter') Environment filter applied: {{ $scope['tenant_label'] }} @else All visible environments are currently included. @endif
Available filters
@foreach ($availableFilters as $filter) {{ $filter['label'] }} @if (($filter['fixed'] ?? false) === true) Fixed @endif @endforeach
{{ $this->table }}