{!! $onlineExam->description !!}
@if (!empty($onlineExam->questions)) @foreach ($onlineExam->questions as $key => $question) @endforeach @endif
Question {{ $key + 1 }}: {!! $question->question !!}
Option 1: {!! $question->option_1 !!} Option 2: {!! $question->option_2 !!} Option 3: {!! $question->option_3 !!} Option 4: {!! $question->option_4 !!}