@extends('layouts.app') @section('metades') @endsection @section('title') {{ $data['metaTitle'] }} @endsection @section('content')
@if (count($data['dynamicSections']) > 0)
@foreach ($data['dynamicSections'] as $dynamicSection)

{{ $dynamicSection['title'] }}

@if ($dynamicSection['createdAt'] >= now()->subDays(15)->endOfDay()) @endif
@endforeach
group88
@endif
@endsection