Couple of things could be wrong here, your quotes look wrong to me they should be normal quotes " - like this. Your topics could be wrong and/or your payloads my be the wrong case. You need to check with mqttfx or similar to make sure the case and topics are correct.
the best way for people to help you is that you put your code into the proper format. It’s hard to see formatting errors if it isn’t displayed properly.
copy your code from your configuration file, highlight it then hit the </> at the top of the window.
MQTT is easy to debug - just don’t use home assistant. Run mosquitto_sub (or a similar MQTT app) and subscribe and make sure the topics and data are being sent. The use mosquitto_pub to send messages to the device and make sure it works. Once both of those work right, then start up HA and hook that in.