2022-06-01 10:15:55 +03:00
|
|
|
<div class="border-b-2 border-gray-200 {{ !empty($description) ? ' pb-4' : 'pb-2' }}">
|
|
|
|
<h2 class="lg:text-lg font-medium text-black">
|
|
|
|
{{ $title }}
|
|
|
|
</h2>
|
|
|
|
|
|
|
|
@if (!empty($description))
|
2022-08-04 11:28:44 +03:00
|
|
|
<span class="text-sm font-light text-black flex gap-x-1 mt-1">
|
2022-06-01 10:15:55 +03:00
|
|
|
{!! $description !!}
|
|
|
|
</span>
|
|
|
|
@endif
|
|
|
|
</div>
|