{{ $item->nombre }}
@if($item->obligatorio)
Obligatorio
@endif
@if($item->descripcion)
{{ $item->descripcion }}
@endif