@foreach ($data['moduleItems'] as $item)
@if (count($item['dynamicSections']) > 0)
{{--
--}}
@foreach ($item['dynamicSections'] as $dynamicSection)
{!! strip_tags(html_entity_decode($dynamicSection['longDescription'])) !!}Download
@endforeach
@endif
@endforeach
{{ $dynamicSection['title'] }}
{!! strip_tags(html_entity_decode($dynamicSection['description'])) !!}