@extends('layouts.teacher')
@foreach(['a', 'b', 'c', 'd'] as $optionLabel) @php $optionKey = 'question_option' . $loop->iteration; @endphp @if($question->correct_answer === $optionKey) {{ $optionLabel }}) @endif @endforeach @foreach(['a', 'b', 'c', 'd'] as $optionLabel) @php $optionKey = 'question_option' . $loop->iteration; @endphp @if($question->correct_answer === $optionKey) {{ $question->$optionKey }} @endif @endforeach
No questions available for this exam.
@endif