removed addresses lang file
This commit is contained in:
		| @@ -32,13 +32,13 @@ | ||||
|  | ||||
|                     {{ Form::textareaGroup('address', trans('general.address')) }} | ||||
|  | ||||
|                     {{ Form::textGroup('city', trans_choice('addresses.cities', 1), 'city', []) }} | ||||
|                     {{ Form::textGroup('city', trans_choice('general.cities', 1), 'city', []) }} | ||||
|  | ||||
|                     {{ Form::textGroup('zip_code', trans('addresses.zip_code'), 'mail-bulk', []) }} | ||||
|                     {{ Form::textGroup('zip_code', trans('general.zip_code'), 'mail-bulk', []) }} | ||||
|  | ||||
|                     {{ Form::textGroup('state', trans('addresses.state'), 'city', []) }} | ||||
|                     {{ Form::textGroup('state', trans('general.state'), 'city', []) }} | ||||
|  | ||||
|                     {{ Form::selectGroup('country', trans_choice('addresses.countries', 1), 'globe-americas', trans('countries'), $vendor->country, []) }} | ||||
|                     {{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), $vendor->country, []) }} | ||||
|  | ||||
|                     {{ Form::fileGroup('logo', trans_choice('general.logos', 1), '', ['dropzone-class' => 'form-file']) }} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user