@props(['breakdown' => []])
@foreach (($breakdown['statuses'] ?? []) as $s) @php $col = \App\Services\StatusService::statusColor($s['name'], $s['canon'] ?? null); @endphp {{ $s['count'] }} {{ $s['name'] }} @endforeach