@foreach ($scopeLabels as $key => $label) @php $count = $key === 'all' ? $totalResults : ($scopeCounts[$key] ?? 0); @endphp {{ $label }} {{ $count }} @endforeach