portal profile address finder compability

This commit is contained in:
Cihan Şentürk 2023-01-16 17:44:55 +03:00 committed by GitHub
parent e429d2f283
commit af1f9e0543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,8 +47,8 @@
<x-form.group.text name="tax_number" label="{{ trans('general.tax_number') }}" value="{{ $user->contact->tax_number }}" not-required />
<x-form.group.locale />
<x-form.group.country :selected="$user->contact->country" not-required />
<x-form.group.textarea name="address" label="{{ trans('general.address') }}" :value="$user->contact->address" v-model="form.address" not-required />
<x-form.group.text name="city" label="{{ trans_choice('general.cities', 1) }}" value="{{ $user->contact->city }}" not-required />
@ -56,7 +56,7 @@
<x-form.group.text name="state" label="{{ trans('general.state') }}" value="{{ $user->contact->state }}" not-required />
<x-form.group.textarea name="address" label="{{ trans('general.address') }}" :value="$user->contact->address" />
<x-form.group.country :selected="$user->contact->country" not-required />
</x-slot>
</x-form.section>