2022-06-01 07:15:55 +00:00
|
|
|
<x-tooltip id="{{ $id }}" placement="{{ $position }}" message="{{ $disableText }}">
|
2022-06-06 14:23:53 +00:00
|
|
|
<span class="material-icons{{ $iconType }} text-red text-sm ml-2">
|
2022-06-01 07:15:55 +00:00
|
|
|
{{ $icon }}
|
|
|
|
|
</span>
|
|
|
|
|
</x-tooltip>
|