I'm trying to display images from the storage/app/public folder and work on localhost and internal network, but not working when using the outside assess the page.
<a href="{{URL::asset('/storage/acknowledgement/'.$DNStatus->filename)}}" target="_blank" >
<img class="img-responsive pad" src="{{URL::asset('/storage/acknowledgement/'.$DNStatus->filename)}}">
</a>
You have to use like this