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