@extends('layouts.app') @section('content') {{ $data['title'] }} @foreach ($data['moduleItems'] as $item) @if ($item['slug'] == 'documents-25') {!! $item['shortDescription'] !!} {!! $item['longDescription'] !!} {{ $item['title'] }} @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) {{ $dynamicSection['title'] }} @endforeach @endif @endif @if ($item['slug'] == 'social-work-images') {!! $item['title'] !!} @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) @endforeach @endif @endif @endforeach @endsection
{!! $item['longDescription'] !!}
{{ $item['title'] }}
{{ $dynamicSection['title'] }}