@if ($o->next_invoice_items($future)->count())
{{ $oo->first()->product->name }} | ${{ number_format($oo->sum('total'),2) }} | |||
---|---|---|---|---|
{{ $ooo->first()->service->sid }} | {{ $ooo->first()->service->name }} | |||
{{ $io->item_type_name }} | ${{ number_format($io->total,2) }} | |||
TOTAL | ${{ number_format($x->sum('total'),2) }} |
No items currently due to invoice.
@endif