In your view (not shown) you have a route statement, eg {{ route('categories') }} This has the error.
Show this line from the view.
run php artisan route:list and choose the name of the route you want, eg {{ route('categories.index') }} or whatever function you were trying to link to