| Voucher Date | Voucher Type | Voucher Number | Debit Ledger | parent | Debit Amount | Credit Ledger | parent | Credit Amount | Narration |
|---|---|---|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($accountingVoucher->voucher_date)->format('d-m-Y') }} | {{ $accountingVoucher->voucherType->name }} | {{ $accountingVoucher->voucher_number }} | {{ $accountingVoucher->debitLedger->name }} | {{ $accountingVoucher->debitLedger->group->name }} | {{ $accountingVoucher->amount }} | {{ $accountingVoucher->creditLedger->name }} | {{ $accountingVoucher->creditLedger->group->name }} | {{ $accountingVoucher->amount }} | {{ $accountingVoucher->remarks }} |