@if(Session::has('passwordError'))
×
{!! session('passwordError') !!}
@endif
ERROR: Please enter Password.
{{Form::open(['url' => URL::route('password-reset',[$token]), 'class' => 'forgotpasword-form','autocomplete'=>'off'])}}
{{Form::password('password', ['class' => 'form-control strong reset-pass', 'placeholder' => 'Password', 'required' => 'true','autocomplete'=>'off'])}}
Please enter a strong password. Use atleast 1 capital, 1 number 1 special character and keep it min 8 character long.
Password should not contain words from your first name, lastname or email.
Hint: The password should be eight characters long,requires to have atleast one upper, one lower case letters, one number and one of the !@()*$#% symbol.
{{Form::close()}}