@foreach ($data['moduleItems'] as $ik => $item)
@php $active = ($ik==0) ? 'show active' : ''; @endphp
| Slrgtdyt |
Semmester |
Action |
@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dynamicSection)
| {{ $dynamicSection['sequence'] }} |
{{ $dynamicSection['title'] }} |
Download |
@endforeach
@endif
@endforeach