@foreach($months as $month)
{{ $month->title }}
@include('frontend/templates/components/articles_grid_items', ['items' => $month->events])
@if(!empty($month->cta1))
{!! generateLink($month->cta1, 'std-button std-button--arrow') !!}
@endif
@endForeach