FIX: active -> activo en tipo_estado_pago

This commit is contained in:
2023-12-01 12:39:26 -03:00
parent 0eaa09bea0
commit af9c6c51d4

View File

@ -45,7 +45,7 @@
class="green"
@elseif ($cuota->pago->currentEstado->tipoEstadoPago->descripcion === 'depositado')
class="yellow"
@elseif ($cuota->pago->currentEstado->tipoEstadoPago->active !== 1)
@elseif ($cuota->pago->currentEstado->tipoEstadoPago->activo !== 1)
class="red"
@endif
>{{ucwords($cuota->pago->currentEstado->tipoEstadoPago->descripcion)}}</td>