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

SIEF Intention Survey
MBDF NİYET ANKETİ


@csrf @method('post')
SIEF Member details
MBDF ÜYE DETAYLARI
SIEF Intention
MBDF NİYETİ
@foreach($questions as $key => $n)
@php $ans = DB::table('survey_question_answers')->where('question_id', $n->id)->get(); @endphp @foreach($ans as $key => $m )
@endforeach
@endforeach
BACK
@endsection @section('scripts') @endsection