14 lines
308 B
PHP
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>
|