commandantp's avatar

URL::route in a new window?

Hey guys,

I added a

<a href="{{ URL::route('about-charity') }}"> </a>

but I need it to open in a new window - can't seem to find the answer in the doc

Any idea?

Thanks!

0 likes
2 replies
pmall's avatar
pmall
Best Answer
Level 56
<a href="{{ URL::route('about-charity') }}" target="_blank"> </a>
3 likes
commandantp's avatar

Can't believe I did not even think of acting the a tag... haha thanks mate!

Please or to participate in this conversation.