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