<a href="{{ link_to_route('some.route') }}"> <i class="xyz"> </i> Link </a>
You also have link_to, link_to_asset, link_to_action. Or use
Url::route() //::to, ::asset, ::action
inside href=
Thanks,
I cannot use something like this :
{{ HTML::link('http://test.com') }}
Roelof
<xsl:template match="/"><xsl:for-each select="//*[@class='i']"><i><xsl:value-of select="text()" /></i></xsl:for-each></xsl:template>
??? what has this to do with blade ?
Roelof
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community