@extends('adminlte::page') @section('title', 'Exams') @section('content_header')
| Name | Term | Academic Session | Include in Term Final | Include in Year Final | Terminal Exam | Annual Exam | {{-- New column --}}Actions |
|---|---|---|---|---|---|---|---|
| {{ $exam->name }} | {{ $exam->term }} | {{ $exam->academicSession->name ?? '-' }} | @if($exam->include_in_term_final) Yes @else No @endif | @if($exam->include_in_year_final) Yes @else No @endif | @if($exam->is_terminal_exam) Yes @else No @endif | {{-- Annual exam --}} @if($exam->is_annual_exam) Yes @else No @endif | Edit |
No exams found.
@endif