refs #443 Revenue create page new customer and category modal transform.

This commit is contained in:
cuneytsenturk
2018-08-15 18:03:21 +03:00
parent e83eade56a
commit 41f54e64f6
9 changed files with 414 additions and 183 deletions

View File

@ -32,6 +32,7 @@
{{ Form::textGroup('amount', trans('general.amount'), 'money', ['required' => 'required', 'autofocus' => 'autofocus']) }}
@stack('account_id_input_start')
<div class="form-group col-md-6 form-small">
{!! Form::label('account_id', trans_choice('general.accounts', 1), ['class' => 'control-label']) !!}
<div class="input-group">
@ -42,6 +43,7 @@
</div>
</div>
</div>
@stack('account_id_input_end')
{{ Form::selectGroup('customer_id', trans_choice('general.customers', 1), 'user', $customers, null, []) }}