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