@php $interview = objToArr(json_decode($candidate_interview['interview_data'])); @endphp
@php $answers = objToArr(json_decode($candidate_interview['answers_data'])); @endphp
@if ($interview['questions'])
@foreach ($interview['questions'] as $key => $question)
@endforeach
@else
{{__('message.there_are_no_questions')}}
@endif