Form label multilingual issue solved..
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<x-form.group.select
|
||||
name="locale"
|
||||
label="{{ trans_choice('general.languages', 1) }}"
|
||||
label="{!! trans_choice('general.languages', 1) !!}"
|
||||
:options="language()->allowed()"
|
||||
:selected="$selected"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user