index page enabled form fixed..
This commit is contained in:
parent
e7046b9f39
commit
eecf595ba2
@ -3,7 +3,7 @@
|
|||||||
<label class="custom-toggle d-inline-block">
|
<label class="custom-toggle d-inline-block">
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
name="status[{{ $id }}]"
|
name="status[{{ $id }}]"
|
||||||
@input="onStatus({{ $id }}, $event)"
|
@input="bulk_action.path='{{ request()->path() }}'; onStatus({{ $id }}, $event)"
|
||||||
{{ ($value) ? 'checked' :'' }}>
|
{{ ($value) ? 'checked' :'' }}>
|
||||||
|
|
||||||
<span class="custom-toggle-slider rounded-circle status-green"
|
<span class="custom-toggle-slider rounded-circle status-green"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user