@php use App\Modulos\Estado\Estado; function capitalize($texto){ $textoConvertido = ""; $textoConvertido = mb_strtoupper(mb_substr($texto,0,1)).mb_strtolower(mb_substr($texto,1,strlen($texto)-1)); return $textoConvertido; } @endphp
| Id | Consecutivo | Descripción | Estado |
|---|---|---|---|
| {{ $hallazgo->i_pk_id }} | @php $color = $hallazgo->i_anulado ? 'red' : 'blue'; @endphp |
{!!Form::textarea('td_descripcion', $hallazgo->tx_descripcion,[
'class'=>'form-control placeholder-20 ',
'placeholder'=>'...',
'rows'=>3,
'disabled'=>'disabled'
])!!}
|
{{ is_object($hallazgo->estadoSiguiente) ? $hallazgo->estadoSiguiente->vc_subestado : '' }} |