@extends('../layout/' . $layout) @section('subhead')
# | Program | Semester | Section | Title | Total Marks | Passing Marks | Exam Order | Actions |
---|---|---|---|---|---|---|---|---|
{{ ++$loop->index }} | {{ $program != null ? $program->title : '' }} | {{ $semester != null ? $semester->name : '' }} | {{ $section != null ? $section->name : '' }} | {{ $exam->title }} | {{ $exam->total_marks }} | {{ $exam->passing_marks }} | {{ $exam->exam_order }} |