@extends('layouts.app') @section('metades') @endsection @section('title') {{ $data['metaTitle'] }} @endsection @section('content')

{{ $data['title'] }}

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

{!! $data['shortDescription'] !!}

Documents

@foreach ($data['moduleItems'] as $ik => $item) @php $checkDiv = $ik==0 ? 'display: block;' : 'display: none;'; @endphp
@if(count($item['dynamicSections']) > 0) @foreach($item['dynamicSections'] as $dsk => $dynamicSection) @php $tablink = 'tablink'.$dynamicSection['id']; @endphp @endforeach @endif
@if(count($item['dynamicSections']) > 0) @foreach($item['dynamicSections'] as $dsk => $dynamicSection) @php $tablink = 'tablink'.$dynamicSection['id']; $checkTab = ($dsk==0 && $item['id'] == $dynamicSection['moduleItemId']) ? 'display: block;' : 'display: none;'; @endphp
@foreach($dynamicSection['subSections'] as $subSection) main-gallery2 @endforeach
@endforeach @endif
@endforeach

Gallery

@endsection