age > 17); } /** * Get the validation error message. * * @return string */ public function message() { return 'You must be at least 18 years old to join the Loyalty Program'; } }