{{--
--}}
@include('modules.templates.detail-image',[
'id' => $caseStudy->id ?? '',
'title' => $caseStudy->title ?? '',
'imageUrl' => $caseStudy->feature_image_url ?? '',
])
{{--

--}}
{!! html_entity_decode($caseStudy->description ?? '') !!}
{{-- {!! $caseStudy->description ?? '' !!} --}}