Have you made php artisan storage:link ?
If you are deploying on cloud application platform like 'heroku', the filesystem on Heroku is not suitable for persistent storage of data. You should choose other filesystems such as aws s3.
I deleted public folder and copied all files and folders from public tp public_html.
I tried to create symlink by using putty but did not change any thing.