@include('accounting::admin.accounting._styles')
| Clear | Date | Voucher # | Type | Narration | Debit (₹) | Credit (₹) | Cleared Date |
|---|---|---|---|---|---|---|---|
| @if($recon->status === 'open') is_cleared ? 'checked' : '' }} style="width:18px;height:18px;cursor:pointer;"> @else {{ $line->is_cleared ? '✓' : '✕' }} @endif | {{ $line->voucherLine->voucher->voucher_date->format('d M Y') }} | {{ $line->voucherLine->voucher->voucher_number }} | {{ $line->voucherLine->voucher->type_label }} | {{ $line->voucherLine->narration ?: $line->voucherLine->voucher->narration ?: '—' }} | {{ $line->voucherLine->debit > 0 ? '₹ '.number_format($line->voucherLine->debit,2) : '' }} | {{ $line->voucherLine->credit > 0 ? '₹ '.number_format($line->voucherLine->credit,2) : '' }} | {{ $line->cleared_date ? $line->cleared_date->format('d M Y') : '—' }} |
| No transactions found for this bank account up to the statement date. | |||||||