Name : {{ $accountingVoucher->customer != null ? $accountingVoucher->customer->name : $accountingVoucher->debitLedger->name ?? 'Counter Sale' }}
Date : {{ Carbon\Carbon::parse($accountingVoucher->created_at)->format('d M Y h:i A') }}
Voucher no : {{ $accountingVoucher->voucher_number }}
@foreach ($accounting_voucher_items as $item) @endforeach
Item Qty
{{ $item->stockItem->name }} {{ $item->quantity }}