@foreach ($vouchersNumber->vouchers as $index => $voucher)
{{ $loop->iteration }} |
{{ $voucher->account_no }} |
{{ $voucher->account_title }} |
{{ $voucher->payment_mode }} |
{{ $voucher->instrument }} |
{{ $voucher->amount }} |
{{ $voucher->remarks }} |
{{ $voucher->tax_debit }} |
{{ $voucher->date }} |
{{ $voucher->credit }} |
{{ $voucher->debit }} |
|
@endforeach