REVISIÓN

@foreach($revision as $r) @if($r->tipo_radio_btn == 1) @else @endif @endforeach
Tipo Niveles Comentarios
{{ $r->nombre }} {{ $r->respuesta_radio_btn }}N/A @if($r->tipo_text == 1) {{$r->respuesta_text}} @endif

HERRAMIENTAS

@foreach($herramienta as $h) @endforeach
Tipo Respuesta
{{$h->nombre}} @if($h->tipo_checkbox == 1) @if($h->respuesta_checkbox == 1) @else @endif @endif @if($h->tipo_text == 1) {{$h->respuesta_text}} @endif

MATERIAL

@foreach($material as $m) @endforeach
Tipo Respuesta
{{ $m->nombre }} @if($m->tipo_checkbox ==1) @if($m->respuesta_checkbox == 1) @else @endif @endif @if($m->tipo_text == 1) {{$m->respuesta_text}} @endif