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