@extends('layouts.admin') @section('title', 'Datesheets') @section('header-title', 'Datesheets') @section('content')
No exam schedules found for Class {{ $selectedClass }} in {{ $selectedYear }}.
Add subjects to an exam for this class/year, then create a datesheet.
| Exam | Subject | Code | Time | Duration | Marks |
|---|---|---|---|---|---|
| {{ $schedule->subject->exam->name ?? '-' }} | {{ $schedule->subject->name ?? '-' }} | {{ $schedule->subject->code ?? '-' }} | {{ $schedule->start_time }} - {{ $schedule->end_time }} | {{ $schedule->subject->duration_minutes ?? '-' }} min | {{ $schedule->subject->total_marks ?? '-' }} |
{{ $exams->count() }} exam(s) found with {{ $examSchedules->flatten()->count() }} total schedule(s).
| Title | Exam | Class | Version | Status | Issued By | Issued At | Actions |
|---|---|---|---|---|---|---|---|
| {{ $datesheet->title }} | {{ $datesheet->exam->name ?? '-' }} | {{ $datesheet->exam->class ?? '-' }} | v{{ $datesheet->version }} | @if($datesheet->status === 'issued') Issued @else Draft @endif | {{ $datesheet->issuer->name ?? '-' }} | {{ $datesheet->issued_at?->format('d M Y H:i') ?? '-' }} | |
| No datesheets found. | |||||||