@extends('layouts.app') @section('content')

{{ $data['title'] }}

@foreach ($data['moduleItems'] as $item) @if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dynamicSection) @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) @endforeach
Sl. No Meeting Name Link
{{ $dynamicSection['sequence'] }} {{ $dynamicSection['title'] }} Download
@endif @endforeach
@endif @endforeach @endsection