Laravel – Embed pdf from storage into view
I want to embed a pdf from storage into a view/iframe. The storage is private and I can't permanently store the files on public folder. Is there any way to accomplish this? Now the users need to see the pdf…