I'm trying to build an API with Laravel. I already did some projects with this framework but never had this kind of issue I'm dealing with now. In the picture you see my routes which I have build.
The first one just opens the Laravel welcome page, the second returns all my users in json.
But in the last route I simply want to return a view I just created, but when visiting the URL I just get a blank white page with no content, error message or log.
I simply added a new newuser.blade.php view in my views folder.