@foreach ($despliegue as $item)
{{$item?->nombre ?? 'N/A'}}
{!! html_entity_decode($item?->descripcion ?? '' , ENT_QUOTES, "UTF-8") !!}