@foreach($bucketLabels as $key => $label)
{{ $label }}
TZS {{ number_format($customerSummary[$key], 0) }}
@endforeach
Total Outstanding
TZS {{ number_format($customerSummary['total'], 0) }}
@if($customerSummary['90_plus'] > 0)
TZS {{ number_format($customerSummary['90_plus'], 0) }} overdue 90+ days.
@endif