Porównaj hasło do skąpienia i bezczelne hasło w Laravel

if (Hash::check('simple-password', $hashedPassword)) {
    // your code
}
Isaac