address fields data dynamic

This commit is contained in:
Cihan Şentürk
2021-10-06 10:30:16 +03:00
parent 05df88595f
commit 6ecc518c58
6 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@
{{ Form::textGroup('website', trans('general.website'), 'globe',[]) }}
{{ Form::textareaGroup('address', trans('general.address')) }}
{{ Form::textareaGroup('address', trans('general.address'), '', $customer->address, ['rows' => '2', 'v-model' => 'form.address']) }}
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}