I am trying to download a file stored in `
"storage/app/public/uploaded_documents/"
my code is below
<a href="{{storage_path()}}/app/public/uploaded_documents/{{$Publications->dataset_file}}" download>
<i class="fa fa-download"></i></a>
But when i click the download link the file doesn't get dowloaded instead it shows "network error" What is the problem and how to solve
`