update
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
@endphp
|
||||
<tr data-id="{{ $r['id'] }}" data-status="{{ strtolower($statusValue) }}" data-order="{{ $loop->index }}" class="{{ $isPrinted ? 'printed-row' : '' }}">
|
||||
<td style="text-align:center;">
|
||||
<input type="checkbox" class="row-check" {{ $isPrinted ? 'disabled' : '' }}>
|
||||
<input type="checkbox" class="row-check">
|
||||
</td>
|
||||
<td class="print-status-cell">
|
||||
@if($isPrinted)
|
||||
|
||||
Reference in New Issue
Block a user