input('current_email'))->first(); return Hash::check($value, $user->password); } /** * Get the validation error message. * * @return string */ public function message() { return 'The :attribute is not match with old password.'; } }