Files
operadores/ui/resources/views/layout/icons/show.blade.php

10 lines
148 B
PHP
Raw Normal View History

2021-08-10 15:52:03 -04:00
<span class="glyphicon glyphicon-{{$icon}}
@if (isset($small) and $small)
small
@endif
"
@if (isset($title))
title="{{$title}}"
@endif
></span>