#{{ $question->id }}
{{ $question->question_text }}
Options & Answer:
@foreach ($question->questionOptions as $key => $option) @php $label = chr(65 + $key); @endphp
{{ $label.')' }} {{ $option->option_text }} @if ($option->is_correct == 1) @endif
@endforeach
Bank: {{ $question->bank->title }}
Course: {{ $question->course->title }}