country fields data dynamic

This commit is contained in:
Cihan Şentürk
2021-10-06 10:31:45 +03:00
parent 6ecc518c58
commit 5e13cc8d6a
6 changed files with 6 additions and 6 deletions

View 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', []) }}