I am trying to access images outside the public folder in storage from the view. I can get the images in the storage/app/public folder like this
<img src="storage/imagename.jpg" height="200" width="200">
I have an avatar folder inside storage/app/avatar , how do I get it to the view