| # | {{ __('Question') }} | {{ __('Answer') }} |
|---|---|---|
| {{ $index + 1 }} | {{ $question->question }} | {!! $question->answer !!} |
| # | {{ __('Question') }} | {{ __('Options') }} | {{ __('Correct Option') }} |
|---|---|---|---|
| {{ $index + 1 }} | {{ $question->question }} | {{ $question->correct_option }} |