@extends('layouts.app') @section('title', 'Tester Dashboard') @section('page-title', 'Dashboard') @section('content')
| Exam | Status | Candidates | Actions |
|---|---|---|---|
|
{{ Str::limit($exam->title, 35) }}
{{ $exam->duration_minutes }} min ยท {{ $exam->total_marks }} marks
|
{{ $exam->status_badge['label'] }} | {{ $exam->registrations->count() }} | Results |
| No exams yet. Create your first exam | |||