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