Fixed markdown app show page..

This commit is contained in:
Cüneyt Şentürk 2023-01-06 13:45:59 +03:00
parent 334c8f7e50
commit 71f48752ba

View File

@ -11,12 +11,12 @@
>
<div class="w-full lg:w-1/2 flex flex-col gap-6 justify-center">
<h2 class="font-bold text-3xl">
{{ $cta->title }}
{!! $cta->title !!}
</h2>
<div class="flex flex-col gap-4 divide-y">
<div class="font-thin text-sm leading-6 tracking-widest">
{{ $cta->description }}
@markdown($cta->description)
</div>
</div>
</div>