Update resources/views/blade/button/label.blade.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@csrf
|
||||
<input type="hidden" name="bulk_actions" value="labels"/>
|
||||
<input type="hidden" name="ids[{{$item->id}}]" value="{{ $item->id }}"/>
|
||||
<button class="btn btn-sm btn-default hidden-print{{ ($wide=='true') ?? ' btn-block btn-social' }}" id="bulkEdit" {{ (!$item->model ? ' disabled' : '') }} data-tooltip="true" title="{!! (!$item->model ? ' '.trans('admin/hardware/general.model_invalid').'"' : trans_choice('button.generate_labels', 1)) !!}">
|
||||
<button class="btn btn-sm btn-default hidden-print{{ $wide == 'true' ? ' btn-block btn-social' : '' }}" id="bulkEdit" {{ (!$item->model ? ' disabled' : '') }} data-tooltip="true" title="{!! (!$item->model ? ' '.trans('admin/hardware/general.model_invalid') : trans_choice('button.generate_labels', 1)) !!}">
|
||||
<x-icon type="assets" class="fa-fw"/>
|
||||
@if ($wide=='true')
|
||||
{{ trans_choice('button.generate_labels', 1) }}
|
||||
|
||||
Reference in New Issue
Block a user