@foreach ($data['moduleItems'] as $item)
@if ($item['id'] == '798')
{{ $item['title'] }}
@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dynamicSection)
- {{ $dynamicSection['title'] }} :- Download
@endforeach
@endif
@endif
@if ($item['id'] == '800')
{{ $item['title'] }}
@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dynamicSection)
- {{ $dynamicSection['title'] }} :- Download
@endforeach
@endif
@endif
@endforeach