I have problem with laravel view is not found by route function I did composer dumpautoload but no use ArticleController.php
This might be possible that your view is present even though it shows the error. So to solve this issue you need to stop the server and run this command on the terminal.
php artisan config:cache
then restart the server