@php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @php $i++; @endphp @endforeach @else @endif
Sl No Admission No Student Name Date of Birth Gender Category Phone No House Class Section
{{$data->firstItem() + $key}} {!! $list->unique_register_no !!} {{ucfirst($list->name)}} {!! $list->date_of_birth !!} {!! $list->gender !!} {!! $list->category !!} {{$list->phone_no}}
{{$list->email}}
{!! $list->house_name !!} {!! $list->class_name !!} {!! $list->section !!}
No Data Found