| {{ $a->cust_fname ? $a->cust_fname : $a->cust_bname }} ({{ $a->acct_number }}) |
{{ $a->acct_class }} |
{{ $a->acct_subclass }} |
{{ number_format(floatval($a->arr_bills),2,".",",") }} |
{{ number_format(floatval($a->arr_others),2,".",",") }} |
{{ number_format(floatval($a->arr_bills) + floatval($a->arr_others),2,".",",") }} |
|
@else
|
|
{{ $a->acct_class }} |
{{ $a->acct_subclass }} |
{{ number_format(floatval($a->arr_bills),2,".",",") }} |
{{ number_format(floatval($a->arr_others),2,".",",") }} |
{{ number_format(floatval($a->arr_bills) + floatval($a->arr_others),2,".",",") }} |
|
@endif
@endforeach
@endif