@extends('../layout/' . $layout) @section('subhead')
# | Name | Father Name | Title | Course | Date | |
---|---|---|---|---|---|---|
{{++$loop->index}} | {{$student != null ? $student->name : ''}} | {{$student != null ? $student->father_name : ''}} | {{$exam != null ? $exam->title : ''}} | {{$course != null ? $course->title : ''}} | {{$exam != null ? $exam->exam_date : ''}} |
Total Exam | {{count($studentExam)}} |