{{ $quiz->title }}
{{ $statusLabel }} @if($isLive) {{ $isArabic ? 'مباشر الآن' : 'Live now' }} @endif{{ \Illuminate\Support\Str::limit((string) $quiz->description, 150) }}
@extends('layouts.main_dashboard.app') @php $routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin'; $isArabic = app()->getLocale() === 'ar'; $quizzesCollection = $quizzes instanceof \Illuminate\Contracts\Pagination\LengthAwarePaginator || $quizzes instanceof \Illuminate\Contracts\Pagination\Paginator ? $quizzes->getCollection() : collect($quizzes); @endphp @section('title', __('dashboard.All Quizzes')) @section('page_heading', __('dashboard.All Quizzes')) @section('page_subtitle', $course->name) @section('skip_page_hero', true) @section('content')
{{ $isArabic ? 'صفحة أبسط لمتابعة اختبارات المقرر، حالتها، وقتها، والانتقال السريع إلى الأسئلة والإجابات.' : 'A simpler page to manage course quizzes, their status, schedule, and quick access to questions and answers.' }}
{{ __('dashboard.There are no quizzes to display, try creating one!') }}
{{ __('dashboard.Create New Quiz') }}{{ \Illuminate\Support\Str::limit((string) $quiz->description, 150) }}