@foreach ($data['moduleItems'] as $ik => $item)
| Sl |
Title |
Action |
@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dynamicSection)
| {{ $dynamicSection['sequence'] }} |
{{ $dynamicSection['title'] }} |
Download
|
@endforeach
@endif
@endforeach