2022-06-01 10:15:55 +03:00
|
|
|
<x-form.group.select
|
|
|
|
name="payment_method"
|
2022-06-03 09:12:58 +03:00
|
|
|
label="{!! trans_choice('general.payment_methods', 1) !!}"
|
2022-06-01 10:15:55 +03:00
|
|
|
:options="$payment_methods"
|
|
|
|
:selected="$selected"
|
|
|
|
|
|
|
|
form-group-class="{{ $formGroupClass }}"
|
|
|
|
:required="$required"
|
|
|
|
:readonly="$readonly"
|
|
|
|
|
|
|
|
{{ $attributes }}
|
|
|
|
/>
|