@if($students)
| # | Student Name | Regi No. | Roll No. | @if(!$section_id)Section | @endifGrade | Point | Total Marks | Action | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$student->info->name}} | {{$student->regi_no}} | {{$student->roll_no}} | @if(!$section_id){{$student->section->name}} | @endif @if($student->result->first()){{$student->result->first()->grade}} | {{$student->result->first()->point}} | {{$student->result->first()->total_marks}} | @else | @endif | |||
| # | Student Name | Regi No. | Roll No. | @if(!$section_id)Section | @endifGrade | Point | Total Marks | Action |