14 lines
364 B
PHP
Raw Normal View History

<div class="ltr:text-left rtl:text-right">
2022-06-01 10:15:55 +03:00
<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))
2022-08-15 11:49:09 +03:00
<span class="text-sm font-light text-black block gap-x-1 mt-1">
2022-06-01 10:15:55 +03:00
{!! $description !!}
</span>
@endif
</div>