My Claims
{{ $total }}
@forelse($grouped as $statusName => $claims) @php $status = $claims->first()->status; @endphp
{{ $statusName }} {{ $claims->count() }}
@empty

No claims are currently assigned to you.

@endforelse