Replace Password
{{csrf_field()}}
@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
Password Hint*
8 characters
contain numbers
contain uppercase
contain special character
Submit