index page enabled form fixed..

This commit is contained in:
Cüneyt Şentürk 2021-01-22 22:03:38 +03:00
parent e7046b9f39
commit eecf595ba2

View File

@ -3,7 +3,7 @@
<label class="custom-toggle d-inline-block">
<input type="checkbox"
name="status[{{ $id }}]"
@input="onStatus({{ $id }}, $event)"
@input="bulk_action.path='{{ request()->path() }}'; onStatus({{ $id }}, $event)"
{{ ($value) ? 'checked' :'' }}>
<span class="custom-toggle-slider rounded-circle status-green"