2022-06-01 10:15:55 +03:00

9 lines
217 B
PHP

<x-form.group.select
name="country"
label="{{ trans_choice('general.countries', 1) }}"
:options="trans('countries')"
:selected="setting('company.country')"
not-required
model="form.country"
/>