Porównaj hasło do skąpu i hasło tekstowe w Laravel

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