@extends('layouts.app') @section('content')
page_title_bg

{{ $data['title'] }}

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