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

{{ $data['title'] }}

@foreach ($data['moduleItems'] as $item)

{!! $item['title'] !!}

@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)

{{ $dynamicSection['title'] }} @if ($dynamicSection['file']!='' && $dynamicSection['file']!=null) Download @endif

@endforeach @endif
@endforeach
@endsection