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) }} |