@foreach($list as $oo) @endforeach
Account # Due Items Discounts Total Payments Balance
{{ $oo->account->name }} {{ $oo->lid }} {{ $oo->due_at->format('Y-m-d') }} ${{ number_format($oo->_item+$oo->_tax,2) }} ${{ number_format($oo->_discount,2) }} ${{ number_format($oo->_total,2) }} ${{ number_format($oo->_payment,2) }} ${{ number_format($oo->_balance,2) }}
@section('page-styles') @css(datatables,bootstrap4|rowgroup) @append @section('page-scripts') @js(datatables,bootstrap4|rowgroup) @append