| Date | Description | Withdrawal (Dr) | Deposit (Cr) | Status |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($line->transaction_date)->format('M d, Y') }} |
{{ $line->description }}
{{ $line->bank_reference }}
|
{{ $line->debit > 0 ? '$'.number_format($line->debit, 2) : '-' }} | {{ $line->credit > 0 ? '$'.number_format($line->credit, 2) : '-' }} | @if($line->is_reconciled) Reconciled @else Open @endif |