@foreach($answers as $answer)
  • {!!$answer->question !!} {{-- @if(isset($answer->questionl2)) {!! $answer->questionl2 !!} @else --}} {!!$answer->question !!} {{-- @endif --}}

      @foreach($options as $key=>$value) @foreach($value as $key1 => $value1)
    • @endforeach @endforeach

  • @endforeach