I'm trying to use the with laravel's links.
My link looks like this
{{ HTML::linkAction('admin\MenusController@edit', 'Edit', array(), array('class' => 'btn btn-primary', 'role' => 'button')) }}
and I would like to have the icon with it.
Something like this
<button class="btn btn-primary"><i class="fa fa-edit "></i> Edit</button>