attributes of country component updated #33k7mh5
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
@endif
|
||||
|
||||
@if (! $hideCountry)
|
||||
<x-form.group.country form-group-class="sm:col-span-3 el-select-tags-pl-38" />
|
||||
<x-form.group.country form-group-class="sm:col-span-3 el-select-tags-pl-38" not-required />
|
||||
@endif
|
||||
</x-slot>
|
||||
</x-form.section>
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
label="{!! trans_choice('general.countries', 1) !!}"
|
||||
:options="trans('countries')"
|
||||
:selected="setting('company.country')"
|
||||
not-required
|
||||
required="{{ $required }}"
|
||||
not-required="{{ $notRequired }}"
|
||||
model="form.country"
|
||||
form-group-class="{{ $formGroupClass }}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user