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

{{ $item['title'] }}

{!! $item['shortDescription'] !!}

{!! $item['longDescription'] !!}

@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dynamicSection) @endforeach
Sl. No Programme Name Teacher List
1. {{ $dynamicSection['title'] }} Download
@endif
@endforeach @endsection