@props([ 'icon' => 'tabler-mood-empty', 'title' => '', 'description' => '', 'show' => null, ]) @php $base_class = 'lqd-empty-state text-center'; @endphp
withoutTwMergeClasses()->twMerge($base_class) }} @if ($show) x-show="{{ $show }}" @endif >
@if ($title)

{{ $title }}

@endif @if ($description)

{{ $description }}

@endif