@foreach ($data['moduleItems'] as $item)
@if ($item['slug'] == 'mou')
{{ $item['title'] }}
@if (count($item['dynamicSections']) > 0)
| Sl. No |
Description |
Download |
@foreach ($item['dynamicSections'] as $dynamicSection)
| {{ $dynamicSection['sequence'] }}. |
{!! html_entity_decode($dynamicSection['description'])!!} |
Download |
@endforeach
@endif
@endif
@endforeach