Days In Status Report
@forelse($reportData as $row) @php $total = $row->range_today + $row->range_week + $row->range_month + $row->range_old; @endphp {{-- Today Bucket --}} {{-- 2-7 Days Bucket --}} {{-- 8-30 Days Bucket --}} {{-- 30+ Days Bucket --}} {{-- Row Total --}} @empty @endforelse
Status Name Today 2-7 Days 8-30 Days 30+ Days Total
{{ $row->name }} {{ $row->range_today }} {{ $row->range_week }} {{ $row->range_month }} {{ $row->range_old }} {{ number_format($total) }}
No claims found in any status.