Invoice | Total | Due | Date Date |
---|---|---|---|
Count {{ $o->invoices_due->count() }} | {{-- @todo Number format should configured by currency --}}{{ number_format($o->invoices_due->sum('total'),2) }} | {{ number_format($o->invoices_due->sum('due'),2) }} |
No invoices due
@endif