@extends('layouts.portal', ['title' => 'Responder afirmaciones: ' . $test->instrument->name]) @section('content')

{{$test->instrument->name}}

@forelse($test->instrument->questions as $question)

{{$loop->iteration}}.

{!! $question->description !!} @if($question->help) {!! $question->help !!} @endif
@empty

No hay afirmaciones para mostrar

@endforelse
Volver
@endsection @push('js') @endpush