Level 55
@Shiva why do you want to use the HTML facade? Stick to normal HTML, the facades don't save you any time. They are less readable.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a link that looks like this
<a href="{{ $port->id }}" title="{{ $port->title }}" target="_blank"><img src={{ "pcategory_images/$portImg" }}></a>
and I would like to use the HTML::link code. The problem I'm having is that I'm not sure how to get the title="{{ $port->title }}" with the HTML::link
Please or to participate in this conversation.