{{-- --}} @foreach($o->account->invoiceSummary($o->invoices->pluck('id')) as $oo) {{-- --}} @endforeach {{-- @dump($oo->getAttributes()) @dump($o->invoices()->get()) --}}
Invoice DueStart StopTotal Balance
{{ $oo->id }} {{ $oo->due_at->format('Y-m-d') }}{{ $oo->_start_at->format('Y-m-d') }} {{ $oo->_stop_at->format('Y-m-d') }}{{ number_format($oo->_xtotal,2) }} {{ number_format($oo->_xbalance,2) }}
@section('page-scripts') @css(datatables,bootstrap4) @js(datatables,bootstrap4) @append