Invoices Due

@if(($x=$o->invoices->where('due','>',0))->count()) @foreach ($x as $oo) due_at->isPast()) class="table-danger" @endif> @endforeach
Account # Due Total Outstanding
{{ $oo->account->name }} {{ $oo->lid }} {{ $oo->due_at->format('Y-m-d') }} ${{ number_format($oo->total,2) }} ${{ number_format($oo->due,2) }}
@else

No invoice due

@endif
@section('page-scripts') @css(datatables,bootstrap4|rowgroup) @js(datatables,bootstrap4|rowgroup) @append