refs #443 Payment create page new vendor and category

This commit is contained in:
cuneytsenturk
2018-08-15 18:19:38 +03:00
parent 41f54e64f6
commit 17eda360d5
4 changed files with 108 additions and 182 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('vendor_id', trans_choice('general.vendors', 1), 'user', $vendors, null, []) }}