No hay retiros registrados.
| # | Fecha | Cuenta de origen | Monto | Moneda | Notas | Acciones |
|---|---|---|---|---|---|---|
| {{ $w->id }} | {{ $w->date ? $w->date->format('d/m/Y') : '-' }} | @if($w->account) {{ $w->account->name }} @else — @endif | {{ number_format($w->amount, 2, ',', '.') }} | {{ $w->currency }} | {{ Str::limit($w->notes, 40) ?? '—' }} |
|