refs #443 form element add manuel

This commit is contained in:
cuneytsenturk
2018-08-07 17:35:45 +03:00
parent 36df336578
commit 62beb11051
22 changed files with 84 additions and 36 deletions

View File

@@ -24,9 +24,11 @@
{{ Form::radioGroup('enabled', trans('general.enabled')) }}
<div id="customer-create-user" class="form-group col-md-12 margin-top">
@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']) }}
</div>
@stack('create_user_input_end')
</div>
<!-- /.box-body -->