@extends('admin.layout') @section('title', 'Questions') @section('subtitle', $questions->total() . ' total') @section('content')
| Question | Category | Difficulty | Active | |
|---|---|---|---|---|
|
{{ $q->question }}
Correct: {{ $q->options[$q->correct_index] ?? '—' }}
|
{{ $q->category->label ?? '—' }} | {{ $q->difficulty }} | Edit | |
| No questions match. | ||||