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

{{ $data['title'] }}

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

{{ $item['title'] }}

@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)

{{ $dynamicSection['title'] }} Download

@endforeach @endif @endif @endforeach
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '545') @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)

{{ $item['title'] }}

{{ $dynamicSection['title'] }} Download

@endforeach @endif @endif @endforeach
@if ($item['id'] == '546')

{{ $item['title'] }}

@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)

{{ $dynamicSection['title'] }}

@endforeach @endif

{{ $item['shortDescription'] }}

{{ $dynamicSection['title'] }} Download

@endif @endsection