Hi Edeivy. It looks like the wazuh-manager service is down. You can try reloading and starting the service running these commands
systemctl daemon-reload
systemctl enable wazuh-manager
systemctl start wazuh-manager
Then check again the status of the service.
Also look for errors in the logs with the following command and by using jounalctl -xeu wazuh-manager.
cat /var/ossec/logs/ossec.log | grep -i -E "fatal|critical|error|warn"
Please share what you find. Since I can see you get a message about /var/ossec/bin/wazuh-control not found maybe there's something corrupted with your installation? Please share the details of your deployment (Is this a cluster configuration? What Wazuh version are you running? etc.) Think what might have changed that could have made the Wazuh manager stopped working.
Let me know what you find to see how this can be resolved. Thank you.