@extends('layouts.app') @section('content') {{ $data['title'] }} @foreach ($data['moduleItems'] as $item) @if ($item['slug'] == 'general-magazine') @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) {{ $dynamicSection['description'] }} {{ $dynamicSection['title'] }} @if($dynamicSection['image']!='' && $dynamicSection['image']!=null) @else @endif @endforeach @endif @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) @if($dynamicSection['file']!='' && $dynamicSection['file']!=null) {{ $dynamicSection['title'] }} Download @else @endif @endforeach @endif @endif @if ($item['slug'] == 'wall-magazine') {!! $item['title'] !!} @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection) @endforeach @endif @endif @endforeach @endsection
{{ $dynamicSection['description'] }}
{{ $dynamicSection['title'] }}
{{ $dynamicSection['title'] }} Download