@extends('layouts.user.survey') @section('content')

SIEF Intention Survey
MBDF NİYET ANKETİ


SIEF Member details
MBDF ÜYE DETAYLARI
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
@endsection