14 lines
308 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
<div>
<h2 class="lg:text-lg font-medium text-black">
2022-07-04 12:52:24 +03:00
<x-button.hover group-hover>
2022-06-27 14:53:06 +03:00
{{ $title }}
2022-07-04 12:52:24 +03:00
</x-button.hover>
2022-06-01 10:15:55 +03:00
</h2>
@if (! empty($description))
<span class="text-sm font-light text-black">
{!! $description !!}
</span>
@endif
</div>