{{$data->firstItem() + $key}} |
{{$list->name}} |
|
{{ mb_strimwidth($list->description, 0, 60, '...') }} |
is_active == '1' ? 'checked' : '' }}>
|
@if(in_array('bed-group-edit', $authRolePermissions))
|
@endif
@if(in_array('bed-group-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else