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

{{ $data['title'] }}

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

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

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

{{ $dynamicSection['title'] }}

@endforeach @endif

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

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

{{ $dynamicSection['title'] }}

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

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

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

{{ $dynamicSection['title'] }}

@endforeach @endif

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

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

{{ $dynamicSection['title'] }}

@endforeach @endif
@endif @endforeach @endsection