{{--*/ $i = 0; /*--}} @foreach($openbalances as $row) {{--*/ $i++; /*--}} @endforeach {{--*/ $i = count($openbalances); /*--}} @foreach($invoices as $row) {{--*/ $i++; /*--}} @endforeach {{--*/ $i = count($openbalances) + count($invoices); /*--}} @foreach($pinbills as $row) {{--*/ $i++; /*--}} @endforeach
Voucher No Reference No Invoice Date Tag Type Assign Amount Balance Invoice Amount
{{ $row->reference_no }} {{ $row->reference_no }} {{ date('d-m-Y', strtotime($row->tr_date)) }} Dr {{ number_format($balance,2) }} {{ number_format($row->net_amount,2) }}
{{ $row->voucher_no }} {{ $row->reference_no }} {{ date('d-m-Y', strtotime($row->voucher_date)) }} Dr {{ number_format($balance,2) }} {{ number_format($row->net_amount,2) }}
{{ $row->voucher_no }} {{ $row->reference_no }} {{ date('d-m-Y', strtotime($row->voucher_date)) }} Dr {{ number_format($balance,2) }} {{ number_format($row->amount,2) }}