@if(in_array('students-edit', $authRolePermissions)) @endif @if(in_array('students-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('students-edit', $authRolePermissions)) @endif @if(in_array('students-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Admission No Student Name Date of Birth Gender Category Phone NoEditDelete
{{$data->firstItem() + $key}} {!! $list->unique_register_no !!} {{ucfirst($list->name)}} {!! $list->date_of_birth !!} {!! $list->gender !!} {!! $list->category !!} {{$list->phone_no}}
{{$list->email}}
No Data Found