@props([ 'customers' => collect(), 'bankAccounts' => collect(), 'employeeId' => null, 'triggerEvent' => 'open-recoveries-modal', 'recoveryInputId' => 'credit_recoveries_total', 'entriesInputId' => 'recoveries_entries', ]) @php $customers = $customers instanceof \Illuminate\Support\Collection ? $customers : collect($customers); $bankAccounts = $bankAccounts instanceof \Illuminate\Support\Collection ? $bankAccounts : collect($bankAccounts); @endphp
Record payments received from customers against previous balances.
| Customer | Ref # | Method | Bank Account | Prev. Bal | Recovery | New Bal | Action |
|---|---|---|---|---|---|---|---|
| No recoveries added yet. | |||||||
| Grand Totals: | |||||||