2022-06-06 10:33:03 +03:00

6 lines
204 B
PHP

<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $text }}">
<span class="material-icons{{ $iconType }} text-purple text-xl ml-2 lg:mt-2">
{{ $icon }}
</span>
</x-tooltip>