8 lines
245 B
PHP
8 lines
245 B
PHP
<div data-index-icon>
|
|
<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $text }}">
|
|
<span class="material-icons{{ $iconType }} text-purple text-sm ml-2">
|
|
{{ $icon }}
|
|
</span>
|
|
</x-tooltip>
|
|
</div>
|