@extends('layouts.app') @section('title', 'questions Management') @section('content')
Manage all questions across subjects and topics
Showing {{ $questions->firstItem() ?? 0 }}-{{ $questions->lastItem() ?? 0 }} of {{ $questions->total() }} questions
| Question | Topic & Subject | ID | Actions |
|---|---|---|---|
|
{{ Str::limit($question->question, 80) }}
Created {{ $question->created_at->diffForHumans() }}
|
{{ $question->topic->name }}
{{ $question->topic->subject->name }}
|
#{{ $question->id }} |