modal forgotten styles and transactions added

This commit is contained in:
batuhanbas
2020-02-02 17:21:09 +03:00
parent 7dff77604c
commit a5794bef30
11 changed files with 35 additions and 44 deletions

View File

@ -8,13 +8,13 @@
'novalidate' => true
]) !!}
<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('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')) }}