@extends('layouts.app') @section('title', 'All Exams') @section('page-title', 'All Exams') @section('content')
| Exam | Tester | Status | Questions | Created |
|---|---|---|---|---|
{{ $exam->title }} {{ $exam->duration_minutes }} min ยท {{ $exam->total_marks }} marks |
{{ $exam->tester->name }} {{ $exam->tester->email }} |
{{ ucfirst($exam->status) }} | {{ $exam->questions()->count() }} | {{ $exam->created_at->format('M j, Y') }} |
| No exams. | ||||