SIEF Intention
MBDF NİYETİ
@foreach($surveyDetails as $key => $n)
@php
$ans = DB::table('survey_question_answers')->where('question_id', $n->question_id)->get();
@endphp
@foreach($ans as $key => $m )
id == $n->answer_id) ? 'checked':'disabled' }}>
@endforeach
@endforeach