php artisan key:generate
php artisan optimize
php artisan config:cache
//first check your route is there in route:list, if it it here
//then Some times it occurs because of url mismatch
//url in laravel is case senstive so make sure your whole url is correct.