@extends('layouts.app') @section('metades') @endsection @section('title') {{ $data['metaTitle'] }} @endsection @section('content')
@foreach ($data['moduleItems'] as $item)

{{ $item['title'] }}

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

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

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

{{ $dynamicSection['title']}}

@endforeach @endif @endforeach
@endsection