{{-- --}}
progress
@php $key_array = []; @endphp @foreach ($parentQuestions as $key => $polling_question) @php $counter = $key + 1; @endphp
@if ($polling_question->input == 'yes_no') @include('poll.components.yes-no-input') @elseif($polling_question->input == 'true_false') @include('poll.components.true-false') @elseif($polling_question->input == 'ranking') @include('poll.components.ranking') @php $key_array[] = $key; @endphp @elseif($polling_question->input == 'rating') @include('poll.components.rating-input') @elseif($polling_question->input == 'multiple_choice') @include('poll.components.multiple-choice-input') @elseif($polling_question->input == 'text_answer') @include('poll.components.text-input') @endif {{-- @include('poll.components.child_questions') --}}
@endforeach
candidate survey poll
“Thank you, your survey has been received”