@extends('layouts.app') @section('title', 'All Questions') @section('page-title', 'All Questions') @section('breadcrumb', 'Products') @section('content')
All questions created in your school will be listed here
| Question | Type | Question Pool | Status | Created | Actions |
|---|---|---|---|---|---|
|
{{ $question->question_text }} |
{{ $question->typeLabel() }} | {{ $question->questionPool?->title ?? '—' }} |
|
{{ $question->created_at->format('M d, Y') }} |
Questions from mock tests, quizzes, and question pools will appear here once created.