diff --git a/app/resources/views/ventas/pies/cuotas.blade.php b/app/resources/views/ventas/pies/cuotas.blade.php index 3ab9460..433c4a8 100644 --- a/app/resources/views/ventas/pies/cuotas.blade.php +++ b/app/resources/views/ventas/pies/cuotas.blade.php @@ -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)}}