Guys please help me to solve this problem. I'm trying to return the view to the Home Page by using the HomeController but Home Page is empty.
Im adding Home.Blade.Php File Image, Web Route File, and HomeController. Please look at this and tell me where I go wrong.
I think the issue is related to blade templates names.
blades templates are named in snake-case usually.
Why dont you try to rename your blade template to home.blade.phpand adjust in the controllerreturn view('frontend.home')`;