Error in Laravel “Class ‘Session’ not found”

The above code attempts to display error and success messages stored in session variables using the Session facade. However, the error occurs due to the Session class…