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