address field detailed (city, zip_code, state, country)
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
{{ Form::textareaGroup('address', trans('general.address'), null, $vendor->address) }}
|
||||
|
||||
{{ Form::selectGroup('country', trans_choice('addresses.countries', 1), 'globe-americas', trans('countries'), $vendor->country, []) }}
|
||||
|
||||
{{ Form::hidden('type', 'vendor') }}
|
||||
{!! Form::hidden('enabled', '1', []) !!}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user