@csrf
@foreach($survey as $ind => $question)

{{ $question['question_title'] }}

@if($question['option'] == "text") @else
@foreach($question['option'] as $index => $option) @endforeach
@endif @endforeach