Form label multilingual issue solved..

This commit is contained in:
Cüneyt Şentürk
2022-06-03 09:12:58 +03:00
parent e7ea84f62f
commit 80b6b19b52
15 changed files with 25 additions and 25 deletions

View File

@ -5,7 +5,7 @@
:path="$path"
:field="$field"
name="{{ $name }}"
label="{{ trans_choice('general.currencies', 1) }}"
label="{!! trans_choice('general.currencies', 1) !!}"
:options="$currencies"
:selected="$selected"
change="onChangeCurrency"
@ -22,7 +22,7 @@
@else
<x-form.group.select
name="{{ $name }}"
label="{{ trans_choice('general.currencies', 1) }}"
label="{!! trans_choice('general.currencies', 1) !!}"
:options="$currencies"
:selected="$selected"
change="onChangeCurrency"