| {{ $row->name }} |
{{-- Today Bucket --}}
@if($row->range_today > 0)
@endif
{{ $row->range_today }}
@if($row->range_today > 0)
@endif
|
{{-- 2-7 Days Bucket --}}
@if($row->range_week > 0)
@endif
{{ $row->range_week }}
@if($row->range_week > 0)
@endif
|
{{-- 8-30 Days Bucket --}}
@if($row->range_month > 0)
@endif
{{ $row->range_month }}
@if($row->range_month > 0)
@endif
|
{{-- 30+ Days Bucket --}}
@if($row->range_old > 0)
@endif
{{ $row->range_old }}
@if($row->range_old > 0)
@endif
|
{{-- Row Total --}}
{{ number_format($total) }}
|
@empty