added label text for switch component
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
<akaunting-switch
|
||||
name="{{ $name }}"
|
||||
value="{{ (int) $value }}"
|
||||
label="{{ trans('general.enabled') }}"
|
||||
|
||||
@if (! empty($attributes['model']))
|
||||
:model="{{ $attributes['model'] }}"
|
||||
|
Reference in New Issue
Block a user