country fields data dynamic
This commit is contained in:
		@@ -38,7 +38,7 @@
 | 
			
		||||
 | 
			
		||||
                {{ Form::textGroup('state', trans('general.state'), 'city', []) }}
 | 
			
		||||
 | 
			
		||||
                {{ 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::textGroup('reference', trans('general.reference'), 'file', []) }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -37,7 +37,7 @@
 | 
			
		||||
 | 
			
		||||
                {{ Form::textGroup('state', trans('general.state'), 'city', []) }}
 | 
			
		||||
 | 
			
		||||
                {{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), $customer->country, []) }}
 | 
			
		||||
                {{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), $customer->country, ['model' => 'form.country']) }}
 | 
			
		||||
 | 
			
		||||
                {{ Form::textGroup('reference', trans('general.reference'), 'file', []) }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user