Laravel Helper Function: decrypt
The decrypt helper function allows you to easily decrypt a given value. It resolves the configured Encrypter implementation and calls the decrypt method on it. Whether you use the Crypt facade or the decrypt helper function directly, the result will be the same.