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