Modal vendor create currency issue solved.

This commit is contained in:
Cihan Şentürk 2020-03-10 19:01:38 +03:00
parent ebb096c22f
commit cdf5312023

View File

@ -14,7 +14,7 @@
{{ Form::textGroup('tax_number', trans('general.tax_number'), 'percent', []) }}
{{ Form::selectGroup('currency_code', trans_choice('general.currencies', 1), 'exchange-alt', $currencies, setting('default.currency'), ['required' => 'required', 'model' => setting('default.currency')]) }}
{{ Form::selectGroup('currency_code', trans_choice('general.currencies', 1), 'exchange-alt', $currencies, setting('default.currency')) }}
{{ Form::textareaGroup('address', trans('general.address')) }}