10 lines
148 B
PHP
10 lines
148 B
PHP
<span class="glyphicon glyphicon-{{$icon}}
|
|
@if (isset($small) and $small)
|
|
small
|
|
@endif
|
|
"
|
|
@if (isset($title))
|
|
title="{{$title}}"
|
|
@endif
|
|
></span>
|