Run php artisan route:list first to confirm that your code can see the route. If it exists, it could be a laravel route cache issue. run the following command to clear the cache
php artisan route:list
php artisan route:clear php artisan cache:clear