@php
$questions = $data->getQuestions;
@endphp
Please fill the details below in the format (Format = Title, Institution, Date)
@foreach($questions as $question)
@if($question->type == 'text')
@endif
@if($question->type == 'select')
@endif
@endforeach