where("email", 'ilike', $value)->first()); } /** * Get the validation error message. * * @return string */ public function message() { return 'Email já está cadastrado'; } }