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

{{ $item['title'] }}

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

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