{{ $title }}
| S.No | Student Name | Date Of Birth | Course Name | Marks | Status | Certification Number | Certificate | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $student->name }} | {{ $student->date_of_birth }} | {{ $student->Course->course_name }} | {{ $student->marks }} | {{ $student->status }} | {{ $student->certification_number }} | @if($student->status == 'pass') @else @endif |