@extends('layouts.app') @section('content')
Reconcile Account
Exit
{{ $bankAccount->name }}
{{ formatCurrency($bankAccount->current_balance) }}
@forelse($transactions as $tx) @empty

All transactions reconciled!

@endforelse

Select a transaction to reconcile

We'll help you find matching invoices or categorize it manually.

Reconciliation Workspace

Searching for matches...
Potential Matches
No exact matches found for this amount.
Categorize Manually
@endsection