| # | Matric Number | Student Name | Department / Programme | Courses | Status | Action |
Publish
|
|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $student->matric }} | {{ $student->name }} |
{{ $student->department_name }}
{{ $student->degree_name }}
|
{{ $student->total_courses ?? 0 }} Courses | @if($student->is_show == 1) Published @else Unpublished @endif | Statement | is_show == 1 ? 'checked' : '' }}> |