Account | # | Issued | Due | Total | Payments | Outstanding |
---|---|---|---|---|---|---|
{{ $oo->account->name }} | {{ $oo->sid }} | {{ $oo->created_at->format('Y-m-d') }} | {{ $oo->due_at->format('Y-m-d') }} | ${{ number_format($oo->total,2) }} | ${{ number_format($oo->paid,2) }} | ${{ number_format($oo->due,2) }} |
No invoice due
@endif