@if(($x=$o->get())->count())
Account | # | Issued | Due | Total | Payments | Outstanding |
---|---|---|---|---|---|---|
{{ $oo->account->name }} | {{ $oo->id }} | {{ $oo->date_orig->format('Y-m-d') }} | {{ $oo->due_date->format('Y-m-d') }} | ${{ number_format($oo->invoice_total,2) }} | ${{ number_format($oo->payments,2) }} | ${{ number_format($oo->balance,2) }} |