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 }} @if($row->range_today > 0) @endif {{ $row->range_today }} @if($row->range_today > 0) @endif @if($row->range_week > 0) @endif {{ $row->range_week }} @if($row->range_week > 0) @endif @if($row->range_month > 0) @endif {{ $row->range_month }} @if($row->range_month > 0) @endif @if($row->range_old > 0) @endif {{ $row->range_old }} @if($row->range_old > 0) @endif {{ number_format($total) }}
No claims found in any status.