@foreach($accountingVouchers as $accountingVoucher) @endforeach
Voucher Date Voucher Type Voucher Number Debit Ledger parent Debit Amount Credit Ledger parent Credit Amount Narration
{{ date('d-m-Y', strtotime($accountingVoucher->voucher_date)) }} {{ $accountingVoucher->voucherType->name }} {{ $accountingVoucher->voucher_number }} {{ $accountingVoucher->debitLedger->name }} {{ $accountingVoucher->debitLedger->group ? $accountingVoucher->debitLedger->group->name : '' }} {{ number_format($accountingVoucher->amount, 2) }} {{ $accountingVoucher->creditLedger->name }} {{ $accountingVoucher->creditLedger->group ? $accountingVoucher->creditLedger->group->name : '' }} {{ number_format($accountingVoucher->amount, 2) }} {{ $accountingVoucher->remarks }}