@csrf
{{__("app.nothing_selected")}}
{{__('app.client')}}
{{__('app.lead')}}
{{__("app.nothing_selected")}}
@foreach($survey as $ind => $question)
{{ $question['question_title'] }}
@if($question['option'] == "text")
@else
@foreach($question['option'] as $index => $option)
@if(in_array($question['option'][0],['Yes','نعم']))
@else
@endif {{ $option }}
@endforeach
@endif @endforeach
Submit