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