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