{{$data->firstItem() + $key}} |
{{$row->first_name}} |
@if(isset($row->authors_prfile_picture))
@else
@endif
|
website_view=='1' ? 'checked' : ''}}>
|
isfeatured=='1' ? 'checked' : ''}}>
|
status=='1' ? 'checked' : ''}}>
|
@if(in_array('library-author-edit', $authRolePermissions))
@endif
|
@if(in_array('library-author-delete', $authRolePermissions))
@endif
|
@php $i++; @endphp
@endforeach
@else