@extends('layouts.app') @section('content') {{ $data['title'] }} @foreach ($data['moduleItems'] as $item) @if ($item['id'] == '606') {!! $item['title'] !!} @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) {{ $dynamicSection['title'] }} @endforeach @endif {!! $item['shortDescription'] !!} @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) {{ $dynamicSection['title'] }} @endforeach @endif @endif @if ($item['id'] == '613') {!! $item['title'] !!} @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) {{ $dynamicSection['title'] }} @endforeach @endif {!! $item['shortDescription'] !!} @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) {{ $dynamicSection['title'] }} @endforeach @endif @endif @endforeach @endsection
{!! $item['title'] !!}
{{ $dynamicSection['title'] }}
{!! $item['shortDescription'] !!}