v2 first commit
This commit is contained in:
11
resources/views/partials/form/bulk_action_group.blade.php
Normal file
11
resources/views/partials/form/bulk_action_group.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@stack($name . '_input_start')
|
||||
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" id="bulk-action-{{ $id }}" data-bulk-action="{{ $id }}"
|
||||
:value="{{ $id }}"
|
||||
v-model="{{ !empty($attributes['v-model']) ? $attributes['v-model'] : 'bulk_action.selected' }}"
|
||||
v-on:change="onSelect">
|
||||
<label class="custom-control-label" for="bulk-action-{{ $id }}"></label>
|
||||
</div>
|
||||
|
||||
@stack($name . '_input_end')
|
Reference in New Issue
Block a user