@if ($block->anchor_id )
@endif
@foreach($block->blockTimelineItems as $i => $item)
{!! getMediaImg($item->mediaItem, '800x500', htmlentities($item->title)) !!}
@endforeach

@title($block->block_title)

@include('frontend.svg.icon-arrow-white-down')
@include('frontend.svg.icon-arrow-white-down')
@include('frontend.templates.components.timeline-nav-mobile', ['items' => $block->blockTimelineItems])
@foreach($block->blockTimelineItems as $i => $item)
{!! getMediaImg($item->mediaItem, '800x500', htmlentities($item->title)) !!}

{{ $block->block_title }}

{{ $item->title }}

{!! $item->content !!}
@endforeach
@include('frontend.templates.components.timeline-nav', ['items' => $block->blockTimelineItems])