2022-06-03 09:12:58 +03:00

9 lines
219 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"
/>