@foreach ($accountingVouchers as $accountingVoucher)
|
Voucher Details
Voucher No : {{ $accountingVoucher->voucher_number }}
Date : {{ \Carbon\Carbon::parse($accountingVoucher->voucher_date)->format('d M Y') }}
|
| Particulars | Debit | Credit |
|---|---|---|
| {{ $accountingVoucherLedger->ledger->name }} | {{ $accountingVoucherLedger->dr_or_cr == 'Dr' ? $accountingVoucherLedger->amount : '' }} | {{ $accountingVoucherLedger->dr_or_cr == 'Cr' ? $accountingVoucherLedger->amount : '' }} |
|
Paid To
{{ $accountingVoucher->debitLedger->name }}
{{ $accountingVoucher->debitLedger->mobile_no }}
{{ $accountingVoucher->debitLedger->address }}
GST No : {{ $accountingVoucher->debitLedger->gst }}
|
Voucher Details
Voucher No : {{ $accountingVoucher->voucher_number }}
Date : {{ \Carbon\Carbon::parse($accountingVoucher->voucher_date)->format('d M Y') }}
|
|
Amount : {{ $accountingVoucher->amount }}
Particulars :
|
|
{{ $company->name }}
Authorized Signature
|