where('email',$data['email']) ->first(); if(!$Donor) return false; return password_verify($data['password'],$user['password']); } }