@extends('layouts.teacherapp') @section('title', 'Mark Entry List') @section('content')
| # | Class | Session | Group | Year | Exam Name | Subject | Total Student | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ optional($item->exam->classtype)->name }} | {{ optional($item->exam->session)->name }} | {{ optional($item->group)->name }} | {{ optional($item->exam->classyear)->name }} | {{ optional($item->exam)->name }} | {{ optional($item->examsubject)->name }} | {{ $item->totalstudent }} | Edit Delete |