To retrieve the first error message for a given field, use the first method:
first
$errors = $validator->errors(); echo $errors->first('email');