+ {!! Form::open(array('route' => 'users.store', 'method' => 'POST', 'role' => 'form', 'class' => 'needs-validation')) !!}
+ {!! csrf_field() !!}
+
+
+ @if($rolesEnabled)
+
+ @endif
+
+
+ {!! Form::button(trans('laravelusers::forms.create_user_button_text'), array('class' => 'btn btn-success margin-bottom-1 mb-1 float-right','type' => 'submit' )) !!}
+ {!! Form::close() !!}
+