Choose a new password.

Create a new password that is 8 characters long.

{{csrf_field()}}
@if($errors->has('password')) @foreach($errors->get('password') as $error) {{$error}} @endforeach @endif
@if($errors->has('Cpassword')) @foreach($errors->get('Cpassword') as $error) {{$error}} @endforeach @endif

What makes a strong password?

-> It should be minimum 8 or maximum 12 characters long

-> It should contain numbers

-> It should contain atleast one-uppercase

-> It should contain atleast one special character