{{ __('Feedback') }}

@php $count=0; @endphp @foreach($questions as $key=>$value) @php $count++; @endphp

{{$count}}. {{$value->question}}

@php $options = json_decode($value->answerOptions); @endphp @foreach($options as $option) {{$option}}
@endforeach @endforeach

{{$count+1}}. Addition Comment



@php( $version = \Illuminate\Support\Facades\Config::get('app.version') )