customer modal icons updated
This commit is contained in:
parent
23973fc167
commit
d54e004de1
@ -8,13 +8,13 @@
|
|||||||
'novalidate' => true
|
'novalidate' => true
|
||||||
]) !!}
|
]) !!}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{{ Form::textGroup('name', trans('general.name'), 'id-card-o') }}
|
{{ Form::textGroup('name', trans('general.name'), 'font') }}
|
||||||
|
|
||||||
{{ Form::textGroup('email', trans('general.email'), 'envelope', []) }}
|
{{ Form::textGroup('email', trans('general.email'), 'envelope', []) }}
|
||||||
|
|
||||||
{{ Form::textGroup('tax_number', trans('general.tax_number'), 'percent', []) }}
|
{{ Form::textGroup('tax_number', trans('general.tax_number'), 'percent', []) }}
|
||||||
|
|
||||||
{{ Form::selectGroup('currency_code', trans_choice('general.currencies', 1), 'exchange', $currencies, setting('default.currency')) }}
|
{{ Form::selectGroup('currency_code', trans_choice('general.currencies', 1), 'exchange-alt', $currencies, setting('default.currency')) }}
|
||||||
|
|
||||||
{{ Form::textareaGroup('address', trans('general.address')) }}
|
{{ Form::textareaGroup('address', trans('general.address')) }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user