akaunting 3.0 (the last dance)
This commit is contained in:
13
resources/views/components/index/bulkaction/all.blade.php
Normal file
13
resources/views/components/index/bulkaction/all.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
@stack('bulk_action_all_input_start')
|
||||
|
||||
<div class="text-left">
|
||||
<input type="checkbox"
|
||||
id="table-check-all"
|
||||
class="rounded-sm text-purple border-gray-300 cursor-pointer disabled:bg-gray-200 focus:outline-none focus:ring-transparent"
|
||||
v-model="{{ !empty($attributes['v-model']) ? $attributes['v-model'] : 'bulk_action.select_all' }}"
|
||||
@click="onSelectAllBulkAction"
|
||||
/>
|
||||
<label class="custom-control-label" for="table-check-all"></label>
|
||||
</div>
|
||||
|
||||
@stack('bulk_action_all_input_end')
|
Reference in New Issue
Block a user