I have a PDF file that's opened to the user's browser on button click, and inside this file I have an anchor tag with an href to a link to an auctions website. I tried adding target="_blank" to the anchor tag but that hasn't worked unfortunately. Is there something I am missing or something I should do?
This is a small chunk of the code where I am using it.
<p><a href="{{$lot_details->lot_url}}" target="_blank">{{$lot_details->lot_number}}</a></p>