Module does not work although it is recognized

Hello,

 

I tried to create a module myself. It’s recognized and is enabled. However, the corresponding function isn’t added, and when I click “View Admin Module,” I get a 404 error. I’ve tried to find the error, but I’m at a loss. The route, etc., is all correct.

Screenshot2025-05-06223658.png.7ec924049240339d52d1911407b15e28.png

If you create a module with artisan there is no need to edit or create a special route or anything. If you’ve cleared the cache there is always a created template like “This view is loaded from module: -yourmodulename-” as an example in your modules/-yourmodulename-/Resources/views/admin folder.

So with the information we’ve, check your folders if all the blades, controllers, middleware, routes are created and present.