{{-- WIDGET QUESTIONÁRIO --}} @php $respondidas = $triagem->perguntas->toArray(); @endphp
@foreach ($perguntas as $i=>$pergunta) @endforeach
PERGUNTA RESPOSTA
{{ $pergunta->pergunta }}
id && $respondidas[$i]['resposta'] == 'Sim') ? 'checked' : '' }} >
id && $respondidas[$i]['resposta'] == 'Não') ? 'checked' : '' }}>
id && $respondidas[$i]['resposta'] == 'Não Sabe') ? 'checked' : '' }}>

ESTÁ APTO?

apto == 1 ? 'checked' : '' }} required>
apto == 0 ? 'checked' : '' }} required>
{{-- WIDGET QUESTIONÁRIO --}}