Form label multilingual issue solved..
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<x-form.group.select
|
||||
name="country"
|
||||
label="{{ trans_choice('general.countries', 1) }}"
|
||||
label="{!! trans_choice('general.countries', 1) !!}"
|
||||
:options="trans('countries')"
|
||||
:selected="setting('company.country')"
|
||||
not-required
|
||||
|
Reference in New Issue
Block a user