Reconciliation History

Auditable log of matched transactions

@forelse($reconciledLines as $line) @empty @endforelse
Reconciled At Bank Statement Bank Description Amount Internal Reference
{{ \Carbon\Carbon::parse($line->reconciled_at)->format('M d, Y H:i') }}
{{ $line->bankStatement->reference_number }}
{{ $line->bankStatement->bankAccount->account_name }}
{{ $line->description }} ${{ number_format($line->debit > 0 ? $line->debit : $line->credit, 2) }} {{ $line->internal_reference }}
No reconciliation history found
@if($reconciledLines->hasPages())
{{ $reconciledLines->links() }}
@endif