country fields data dynamic
This commit is contained in:
		@@ -37,7 +37,7 @@
 | 
			
		||||
 | 
			
		||||
                    {{ Form::textGroup('state', trans('general.state'), 'city', [], setting('company.state')) }}
 | 
			
		||||
 | 
			
		||||
                    {{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), setting('company.country'), []) }}
 | 
			
		||||
                    {{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), setting('company.country'), ['model' => 'form.country']) }}
 | 
			
		||||
 | 
			
		||||
                    {{ Form::fileGroup('logo', trans('companies.logo'), '', ['dropzone-class' => 'form-file']) }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user