@extends('layouts.app', ['title' => $instrument->name, 'titleIcon' => asset($instrument->image)]) @php $hasHelp = $instrument->hasHelp; @endphp @section('content')
{{$instrument->description}}
{!!$question->description!!}
@if($question->help){!!$question->help!!}
@endif @if($question->indicator){{$question->indicator->factor->name}}
{{$question->indicator->name}}
No hay afirmaciones para mostrar
@endforelse Volver al índice