Files
oficial/app_old/resources/views/layout/icons/show.blade.php
Juan Pablo Vial be33305cf1 config
2023-07-24 20:41:38 -04:00

10 lines
148 B
PHP

<span class="glyphicon glyphicon-{{$icon}}
@if (isset($small) and $small)
small
@endif
"
@if (isset($title))
title="{{$title}}"
@endif
></span>