After update I had no display but DID have try. Sharing incase others have a weird use case like mine where is a mess of proprietary drivers with hybrid graphics on a laptop and managing the graphics state with optimus manager. Optimus manager cause my issue based on my testing. Make sure to be on ETHERNET to download things. Sorting out WiFi in the terminal is nonsense. If you need to use WiFi I suggest googling the instructions on how to do so.
I got into tty with ctrl alt F3 and fixed my issue with the following:
Disable Broken Optimus Manager
sudo systemctl stop optimus-manager
sudo systemctl disable optimus-manager
Move its config out of the way
sudo mv /etc/X11/xorg.conf.d/optimus /tmp/
Remove Conflicting Packages
Remove the metapackage and old driver together
sudo pacman -R linux-nvidia-meta linux618-nvidia
Force reinstall hybrid Intel/NVIDIA drivers
sudo mhwd -f -i pci video-hybrid-intel-nvidia-prime
Restart Display Manager
sudo systemctl restart sddm
This booted me out of tty back go the sddm login screen. This worked for me. Ymmv.