6 lines
196 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $text }}">
<span class="material-icons{{ $iconType }} text-purple text-xs ml-2">
{{ $icon }}
</span>
</x-tooltip>