@extends('layouts.app') @section('metades') @endsection @section('title') {{$data['metaTitle']}} @endsection @section('css') @endsection @section('content')
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '926')

{{ $item['title'] }}

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

{{ $item['title'] }}

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

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

{!! html_entity_decode($dynamicSection['longDescription']) !!}

{{-- Read More --}}
@endforeach @endif
@endif @endforeach @foreach ($data['moduleItems'] as $item) @if ($item['id'] == '896')

{{ $item['title'] }}

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

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

@endforeach @endif
@endif @endforeach
@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '1007')
@endif @endforeach @endsection @section('js') @endsection @push('scripts') @endpush