| Fecha | Tipo | Concepto | Debe | Haber | Conc. |
|---|---|---|---|---|---|
| {{ $m->date?->format('d/m/Y') }} | {{ $m->type }} | {{ $m->concept }} | {{ $m->direction === 'debit' ? '$'.number_format((float) $m->amount, 2, ',', '.') : '' }} | {{ $m->direction === 'credit' ? '$'.number_format((float) $m->amount, 2, ',', '.') : '' }} | {{ $m->reconciled ? 'Sí' : 'No' }} |
| Sin movimientos. | |||||