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

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