6 lines
204 B
PHP
Raw Normal View History

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