I\'m trying to add a trash icon to submit button and I tried this :
{!! Form::submit(\'\', [\'class\' => \'btn btn-warning btn-sm fa fa-trash\']) !!}
You can try too with:
Example to input type button:
{{ FORM::button(' Text button',['class'=>'button button-red','type'=>'button','id'=>'id-button']) }}