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