@extends('layouts.app') @section('content') @foreach ($data['moduleItems'] as $item)
page_title_bg

{{ $item['title'] }}

@foreach ($data['moduleItems'] as $ik => $item) @php $active = ($ik==0) ? 'show active' : ''; @endphp
@if (count($item['dynamicSections']) > 0)

B.ED

SI.No Session Download
@endif
@endforeach
@foreach ($data['moduleItems'] as $ik => $item) @php $active = ($ik==0) ? 'show active' : ''; @endphp
@if (count($item['dynamicSections']) > 0)

D.EL.ED

SI.No Session Download
@endif
@endforeach
@endforeach @endsection