{{ $data->firstItem() + $key}} |
{{ ucfirst($list->name) }} |
{{ $list->code }} |
{{ $list->slug }} |
{{$list->color}} |
status=='1' ? 'checked' : ''}}>
|
@if(in_array('task-priority-edit', $authRolePermissions))
|
@endif
@if(in_array('task-priority-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else