| Cuenta | Detalle | Debe | Haber |
|---|---|---|---|
| {{ $line->account?->display_label }} | {{ $line->description }} | @if((float)$line->debit > 0) ${{ number_format((float)$line->debit, 2, ',', '.') }} @endif | @if((float)$line->credit > 0) ${{ number_format((float)$line->credit, 2, ',', '.') }} @endif |
| Totales | ${{ number_format((float)$entry->total_debit, 2, ',', '.') }} | ${{ number_format((float)$entry->total_credit, 2, ',', '.') }} | |