Check the .env file there APP_DEBUG variable:
Replace that with true to false: APP_DEBUG=false
APP_DEBUG=false
After that run this command on terminal: php artisan config:clear
php artisan config:clear