| Title @if($sortField === 'title') @else @endif | Questions | Status | Visibility | Creator | Created @if($sortField === 'created_at') @else @endif | Actions |
|---|---|---|---|---|---|---|
{{ $quiz->title }}@if($quiz->description) {{ Str::limit($quiz->description, 50) }} @endif |
{{ $quiz->total_questions }} | @switch($quiz->status) @case('draft') Draft @break @case('published') Published @break @case('archived') Archived @break @endswitch | @switch($quiz->visibility) @case('private') Private @break @case('public') Public @break @case('unlisted') Unlisted @break @endswitch |
{{ substr($quiz->creator->name ?? 'U', 0, 1) }}
{{ $quiz->creator->name ?? 'Unknown' }}
|
{{ $quiz->created_at->format('M d, Y') }} | |
|
No quizzes found Create Your First Quiz |
||||||
{{ Str::limit($quiz->description, 100) }}
@endifNo quizzes found
Create Your First Quiz