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

About Us

@foreach ($data['moduleItems'] as $item) @if (count($item['dynamicSections']) > 0) @foreach ($item['dynamicSections'] as $dk => $dynamicSection) @if (count($dynamicSection['subSections']) > 0) @foreach ($dynamicSection['subSections'] as $subSections)
{!! $subSections['description'] !!}
@endforeach @endif @endforeach @endif @endforeach
@endsection