Reference field in Vendors/Customers

This commit is contained in:
Batuhan Baş
2018-09-26 18:05:54 +03:00
parent 5cc1c03b25
commit f1eafda755
10 changed files with 83 additions and 2 deletions

View File

@ -24,6 +24,9 @@
{{ Form::radioGroup('enabled', trans('general.enabled')) }}
{{ Form::textGroup('reference', trans('general.reference'), 'file-text-o', []) }}
@stack('create_user_input_start')
<div id="customer-create-user" class="form-group col-md-12 margin-top">
<strong>{{ trans('customers.allow_login') }}</strong> &nbsp; {{ Form::checkbox('create_user', '1', null, ['id' => 'create_user']) }}