2022-07-04 12:52:24 +03:00

14 lines
308 B
PHP

<div>
<h2 class="lg:text-lg font-medium text-black">
<x-button.hover group-hover>
{{ $title }}
</x-button.hover>
</h2>
@if (! empty($description))
<span class="text-sm font-light text-black">
{!! $description !!}
</span>
@endif
</div>