@foreach ($data['moduleItems'] as $item)
@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dk => $dynamicSection)
@if (count($dynamicSection['subSections']) > 0)
@foreach ($dynamicSection['subSections'] as $subSections)
{!! $subSections['description'] !!}
@endforeach
@endif
@endforeach
@endif
@endforeach