@extends('layouts.app') @section('content')
page_title_bg

{{ $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) {{ $dynamicSection['title'] }} @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')
@endif @endforeach @endsection