Fixed markdown app show page..
This commit is contained in:
parent
334c8f7e50
commit
71f48752ba
@ -11,12 +11,12 @@
|
|||||||
>
|
>
|
||||||
<div class="w-full lg:w-1/2 flex flex-col gap-6 justify-center">
|
<div class="w-full lg:w-1/2 flex flex-col gap-6 justify-center">
|
||||||
<h2 class="font-bold text-3xl">
|
<h2 class="font-bold text-3xl">
|
||||||
{{ $cta->title }}
|
{!! $cta->title !!}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div class="flex flex-col gap-4 divide-y">
|
<div class="flex flex-col gap-4 divide-y">
|
||||||
<div class="font-thin text-sm leading-6 tracking-widest">
|
<div class="font-thin text-sm leading-6 tracking-widest">
|
||||||
{{ $cta->description }}
|
@markdown($cta->description)
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user