attributes of country component updated #33k7mh5

This commit is contained in:
Sevan Nerse
2022-06-30 14:37:40 +03:00
parent c27c236d31
commit 2001aaad78
8 changed files with 9 additions and 8 deletions

View File

@@ -44,7 +44,7 @@
</x-slot>
<x-slot name="body">
<x-form.group.textarea name="address" label="{{ trans('general.address') }}" v-model="form.address" />
<x-form.group.textarea name="address" label="{{ trans('general.address') }}" v-model="form.address" not-required />
<x-form.group.text name="city" label="{{ trans_choice('general.cities', 1) }}" value="{{ setting('company.city') }}" not-required />