HELP, problems with Serial.readString()

String or string, 'send' is not ever right. Single quotes(') are for single characters ('c'), double quotes (") are for charcter arrays (strings) or String objects.