but i have fixed it with :
1. Go into the .env file, create a variable called FILESYSTEM_DRIVER, and set it to public, as shown below:
FILESYSTEM_DRIVER=public
Next, use the command below in order to create the symbolic link.
php artisan storage:link
2. You can also go to the public directory and run:
rm storage
Then go to the project root and run:
php artisan storage:link