@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
Sl. No Academic Year Download
1. {{ $dynamicSection['title'] }} Download
@endif
@endforeach
@endsection