12 lines
285 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
<div>
<h2 class="lg:text-lg font-medium text-black">
<x-text.hover text="{{ $title }}" color="to-black" />
2022-06-01 10:15:55 +03:00
</h2>
@if (! empty($description))
<span class="text-sm font-light text-black">
{!! $description !!}
</span>
@endif
</div>