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