@props([ 'progress', // WitnessProgress 'topN' => 3, ]) @php $missing = collect($progress->missingEvidenceSections); $count = $missing->count(); @endphp @if($count > 0)
{{ $count }} {{ \Illuminate\Support\Str::plural('section', $count) }} without supporting evidence

Evidence is optional for many sections — only add it where it strengthens the account.

@if($count > $topN)
@endif
@else

Every evidence-backed section has confirmed findings.

@endif