mardi 13 octobre 2015

How to create anchor tag in Laravel 5.1

I need help as I am trying to create anchor tag in Laravel 5.1

I used this line & this works

{!! Html::link('/dashboard','Dashboard') !!}

But I have code like this

<a href="#" class="logo">
  <span class="logo-mini"><b>cpy</b></span>
  <span class="logo-lg"><b>Company</b></span>
</a>

I want to fit above code into Laravel 5.1 link format , but i am unable to get it . Someone help me to sort out this.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire