Sl No | Admission No | Student Name | Date of Birth | Gender | Category | Phone No | @if(in_array('students-edit', $authRolePermissions))Edit | @endif @if(in_array('students-delete', $authRolePermissions))Delete | @endif|
---|---|---|---|---|---|---|---|---|---|
{{$data->firstItem() + $key}} | {!! $list->unique_register_no !!} | {{ucfirst($list->name)}} | {!! $list->date_of_birth !!} | {!! $list->gender !!} | {!! $list->category !!} | {{$list->phone_no}} {{$list->email}} |
@if(in_array('students-edit', $authRolePermissions))
@endif @if(in_array('students-delete', $authRolePermissions)) | @endif | |
No Data Found |