@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dk => $dynamicSection)
@php $active = $dk==0 ? 'active' : ''; @endphp
{!! html_entity_decode($dynamicSection['description']) !!}
{!! html_entity_decode($dynamicSection['longDescription']) !!}
@endforeach