{{--{!! Form::open(['url' => route('portal.users.store'), 'class' => 'form floating-label add-user-form no-margin', 'method' => 'post','enctype' => 'multipart/form-data']) !!}--}}
Ensure that these requirements are met
Minimum 8 characters long, uppercase & symbol
{{--{!! Form::password('password',['class' => 'form-control', 'id' => 'password', 'placeholder' => 'Enter Password', 'required' => true, 'aria-label' => 'Password']) !!}--}}
{{--{!! Form::password('password_confirmation',['class' => 'form-control', 'id' => 'password_confirmation', 'placeholder' => 'Enter Confirm Password']) !!}--}}