I'm assuming that you are trying to visit the url /banners and getting the error.
The route you have makes a route url of /banners/banners.
Change the Route::get to just '/' instead of '/banners'
Also you can get a route list using php artisan route:list that will show you the routes and where they go, which can be helpful with this type of problem.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community