@include('quiz::livewire.student.quiz-attempt.answers.components.question-title') @if(!empty($question->options))
    @foreach ($question->options as $option)
  • @endforeach
@endif
@include('quiz::livewire.student.quiz-attempt.answers.components.question-image')