@include('admin.common-layout.header')
@php $sr=1; @endphp @foreach($students as $stulist) @php $sr++; @endphp @endforeach
Full Name Email-Id Mobile Number Date of Birth Age Gender Category Status Registered At Action
{{ $stulist->name }} {{ $stulist->email }} {{ $stulist->mobile_number }} {{ $stulist->date_of_birth }} {{ $stulist->age }} {{ $stulist->gender_name }} {{ $stulist->category_name }} @if(!empty($stulist->created_at)) {{ date('d-m-Y', strtotime($stulist->created_at)) }} @else @endif
@include('admin.common-layout.footer')