Laravel :: The requested resource /hello was not found on this server
That error occurs when you create a folder in the public folder with the same name as your route so please change the name of the folder you have put in the public folder so that it has a different name from your route this will probably solve your error
The view should be inside resources/views
folder instead of public
folder