class(["bg-base-100 rounded-lg px-5 py-4 w-full", "lg:tooltip $tooltipPosition" => $tooltip]) }} @if($tooltip) data-tip="{{ $tooltip }}" @endif >
@if($icon)
@endif
@if($title)
{{ $title }}
@endif
{{ $value ?? $slot }}
@if($description)
{{ $description }}
@endif