@extends('frontend.index') @section('content')
  • @lang('frontend.class_wise_student') ({{$class->class_name}})
  • @php $i = 1; @endphp
  • @if($student) @foreach($student as $s) @endforeach @endif
    @lang('frontend.sl') @lang('frontend.image') @lang('frontend.student_id') @lang('frontend.roll_no') @lang('frontend.group') @lang('frontend.name') @lang('frontend.father_name') @lang('frontend.mother_name') @lang('frontend.phone') @lang('frontend.gender') @lang('frontend.religion') @lang('frontend.details')
    {{$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}}
    {{ $student->links() }}

@endsection