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