@extends('layouts.app') @section('metades') @endsection @section('title') {{$data['metaTitle']}} @endsection @section('css') @endsection @section('content')
@foreach($data['moduleItems'] as $item)
@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dk => $dynamicSection) @php $active = $dk==0 ? 'active' : ''; @endphp

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

{!! html_entity_decode($dynamicSection['longDescription']) !!}
@endforeach
@endif
@endforeach @endsection @section('js') @endsection @push('scripts') @endpush