{{ $tr->fecha_conta }} |
{{ $tr->tipo_abono }} |
@if (($tr->isCargo == 1) & ($tr->tipo_abono_id == 4))
# {{ $tr->referencia }}
@endif
|
{{ $tr->comentario }} |
@if ($tr->isCargo == 0)
{{ number_format($tr->valor_cargo, 2) }}
@endif
|
@if ($tr->isCargo == 1)
{{ number_format($tr->valor_cargo, 2) }}
@endif
|
{{ number_format($tr->saldo_cuenta, 2) }} |
@if ($tr->partida_contable_id)
@else
-
@endif
|
@endforeach