I want to change this:
{{ Form::submit('Delete this User', array('class' => 'btn btn-warning')) }}
to something like this:
{{ Form::submit('<i class="glyphicon glyphicon-delete"></i>', array('class' => '')) }}
I know that the second option isn't correct, anyone knows how to write it in a correct way?