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

{{ $data['title'] }}

@foreach ($data['moduleItems'] as $item) @if ($item['id'] == '798')

{{ $item['title'] }}

@if (count($item['dynamicSections']) > 0)
    @foreach ($item['dynamicSections'] as $dynamicSection)
  • {{ $dynamicSection['title'] }} :- Download
  • @endforeach
@endif
@endif @if ($item['id'] == '800')

{{ $item['title'] }}

@if (count($item['dynamicSections']) > 0)
    @foreach ($item['dynamicSections'] as $dynamicSection)
  • {{ $dynamicSection['title'] }} :- Download
  • @endforeach
@endif
@endif @endforeach
@endsection