change the ownership using these commands
sudo chown -R www-data:www-data storage bootstrap/cache
sudo chmod -R 775 storage bootstrap/cache
and after that refresh with artisan commands
php artisan cache:clear
php artisan view:clear
php artisan config:clear
php artisan route:clear