address fields data dynamic
This commit is contained in:
parent
05df88595f
commit
6ecc518c58
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('phone', trans('settings.company.phone'), 'phone', [], setting('company.phone')) }}
|
{{ Form::textGroup('phone', trans('settings.company.phone'), 'phone', [], setting('company.phone')) }}
|
||||||
|
|
||||||
{{ Form::textareaGroup('address', trans('general.address')) }}
|
{{ Form::textareaGroup('address', trans('general.address'), '', '', ['rows' => '2', 'v-model' => 'form.address']) }}
|
||||||
|
|
||||||
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', [], setting('company.city')) }}
|
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', [], setting('company.city')) }}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('phone', trans('settings.company.phone'), 'phone', [], $company->phone) }}
|
{{ Form::textGroup('phone', trans('settings.company.phone'), 'phone', [], $company->phone) }}
|
||||||
|
|
||||||
{{ Form::textareaGroup('address', trans('general.address')) }}
|
{{ Form::textareaGroup('address', trans('general.address'), '', $company->address, ['rows' => '2', 'v-model' => 'form.address']) }}
|
||||||
|
|
||||||
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('website', trans('general.website'), 'globe', []) }}
|
{{ Form::textGroup('website', trans('general.website'), 'globe', []) }}
|
||||||
|
|
||||||
{{ Form::textareaGroup('address', trans('general.address')) }}
|
{{ Form::textareaGroup('address', trans('general.address'), '', '', ['rows' => '2', 'v-model' => 'form.address']) }}
|
||||||
|
|
||||||
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('website', trans('general.website'), 'globe',[]) }}
|
{{ Form::textGroup('website', trans('general.website'), 'globe',[]) }}
|
||||||
|
|
||||||
{{ Form::textareaGroup('address', trans('general.address')) }}
|
{{ Form::textareaGroup('address', trans('general.address'), '', $vendor->address, ['rows' => '2', 'v-model' => 'form.address']) }}
|
||||||
|
|
||||||
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('website', trans('general.website'), 'globe', []) }}
|
{{ Form::textGroup('website', trans('general.website'), 'globe', []) }}
|
||||||
|
|
||||||
{{ Form::textareaGroup('address', trans('general.address')) }}
|
{{ Form::textareaGroup('address', trans('general.address'), '', '', ['rows' => '2', 'v-model' => 'form.address']) }}
|
||||||
|
|
||||||
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('website', trans('general.website'), 'globe',[]) }}
|
{{ 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', []) }}
|
{{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user