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