{{ $instructivo->titulo }}

{{ $instructivo->descripcion }}

@if($instructivo->tipo == 'pdf')

Si no se ve el PDF, hacé clic aquí para abrirlo en otra pestaña

@elseif($instructivo->tipo == 'video')
@elseif($instructivo->tipo == 'web')
{!! $instructivo->contenido_html !!}
@endif