@extends('layouts.app') @section('metades') @endsection @section('title') {{ $data['metaTitle'] }} @endsection @section('css') @endsection @section('content') @foreach ($data['moduleItems'] as $item) @if ($item['id'] == '853')
@endif @endforeach
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '857')
@if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dynamicSection)

{!! strip_tags(html_entity_decode($dynamicSection['description'])) !!}

{!! strip_tags(html_entity_decode($dynamicSection['longDescription'])) !!}
@endforeach @endif
@endif @endforeach @foreach ($data['moduleItems'] as $item) @if ($item['id'] == '1073')

{{ $item['title'] }}

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

{{ $dynamicSection['title'] }}

{!! strip_tags(html_entity_decode($dynamicSection['description'])) !!}

{{ $dynamicSection['longDescription'] }}
@endforeach @endif
@endif @endforeach
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '876')

{{ $item['title'] }}

@endif @endforeach
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '877')

{{$item['title']}}

@endif @endforeach
@endsection @section('js') @endsection @push('scripts') @endpush