@if($lang == 'en') @else @endif @php use App\Models\student_reg_info; @endphp @if(isset($data['data'])) @foreach ($data['data'] as $v) @endforeach @endif
Class : {{ $data['class']->class_name }} | @if(isset($data['group'])) Group : {{ $data['group']->group_name ?: '-' }} | @endif Session : {{ $data['session'] ?: '-' }}
# Student ID Name Father & Mother Name Gender Religion Image Action
{{ $data['sl']++ }} {{ $v->student_id }} {{ $v->student_name }} Father Name : {{$v->father_name}}
Mother Name : {{$v->mother_name}}
{{$v->gender}} {{$v->religion}} @php $check = student_reg_info::where('student_id',$v->student_id)->where('class_id',$v->class_id)->count(); @endphp @if($check == 1) Edit Registraiton View Information @endif