10 lines
264 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
<x-form.group.select
name="country"
2022-06-03 09:12:58 +03:00
label="{!! trans_choice('general.countries', 1) !!}"
2022-06-01 10:15:55 +03:00
:options="trans('countries')"
:selected="setting('company.country')"
not-required
model="form.country"
2022-06-07 17:26:24 +03:00
form-group-class="{{ $formGroupClass }}"
2022-06-01 10:15:55 +03:00
/>