@php $title = $question['type'] == 'radio' ? __('message.change_to_multi_correct') : __('message.change_to_single_correct'); @endphp
@if ($answers)
@foreach ($answers as $key => $answer)
@endforeach
@else
@php $type = $question['type']; @endphp
@include('employer.quiz-questions.new-answer-item')
@include('employer.quiz-questions.new-answer-item')
@endif