@php $quiz = \App\Models\Quiz::with('question.option')->find(1); @endphp @foreach ($quiz->questions as $questions)
@if($question->type == 'true_false')
@elseif ($question->type == 'multiple_choice') @endif @endforeach