@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)

B.ED

@foreach ($item['dynamicSections'] as $dynamicSection) @endforeach
Academic Session Semester Download
{{ $dynamicSection['description'] }} {{ $dynamicSection['title'] }} Download
@endif
@endforeach
@foreach ($data['moduleItems'] as $ik => $item) @php $active = ($ik==0) ? 'show active' : ''; @endphp
@if (count($item['dynamicSections']) > 0)

D.EL.ED

@foreach ($item['dynamicSections'] as $dynamicSection) @endforeach
Academic Session Semester Download
{{ $dynamicSection['description'] }} {{ $dynamicSection['title'] }} Download
@endif
@endforeach
@foreach ($data['moduleItems'] as $ik => $item) @php $active = ($ik==0) ? 'show active' : ''; @endphp
@if (count($item['dynamicSections']) > 0)

Teachers & Staff

@foreach ($item['dynamicSections'] as $dynamicSection) @endforeach
SI.No Academic Session Details (Month wise) Download
{{ $dynamicSection['sequence'] }} {{ $dynamicSection['description'] }} {{ $dynamicSection['title'] }} Download
@endif
@endforeach
@endsection