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

{{ $data['title'] }}

@foreach ($data['moduleItems'] as $item) @if ($item['id'] == 1295)

{{ $item['title'] }}

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

{{ $item['title'] }}

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