Change Password

{{csrf_field()}}
@if(Session::has('pass_error')) {!!Session::get('pass_error')!!} @endif @if($errors->has('old_password')) @foreach($errors->get('old_password') as $error) {{$error}} @endforeach @endif
@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