We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b8c74 commit a1b2995Copy full SHA for a1b2995
resources/views/vendor/datatables/components/bulk-action.blade.php
@@ -1,7 +1,7 @@
1
<label class="text-sm text-gray-600">{{ __('datatable::datatables.bulk_actions') }}</label>
2
<select wire:model="bulkAction"
3
class="border border-gray-300 rounded-lg px-3 py-2 text-sm w-48 focus:ring-2 focus:ring-blue-400 transition">
4
- <option value="">-- Selecteer een actie --</option>
+ <option value="">{{ __('datatable::datatables.select_option') }}</option>
5
@foreach($bulkActions as $key => $action)
6
<option value="{{ $key }}">{{ $action['label'] }}</option>
7
@endforeach
0 commit comments