@if($student)
@foreach($student as $s)
| {{$i++}} |
@php
$path = base_path().'/ems/others_img/'.$s->student_id.'.jpg';
@endphp
@if(file_exists($path))
@else
@endif
|
{{$s->student_id}}
|
{{$s->class_roll}}
|
{{$s->group_name}}
|
{{$s->student_name}} |
{{$s->father_name}} |
{{$s->mother_name}} |
{{$s->contact_no}} |
{{$s->gender}} |
{{$s->religious}} |
|
@endforeach
@endif