{{$Subcategory->firstItem() + $key}} |
@if(isset($row->sub_category_name)){{$row->sub_category_name}}@endif |
{{$row->getCategory->name??''}} |
@if(isset($row->priority_status)){{$row->priority_status}}@endif |
status=='1' ? 'checked' : ''}}>
|
@if(in_array('website-content-sub-category-edit', $authRolePermissions))
@endif
|
@if(in_array('website-content-sub-category-delete', $authRolePermissions))
@endif
|
@php $i++; @endphp
@endforeach
@else