@if(!empty($block->block_title))
@endif
@foreach ($block->publications as $publication)
@include('frontend.templates.blocks.publication-item', ['info' => $publication])
@endforeach
@if($block->cta1)
{!! generateLink($block->cta1, 'std-button std-button--large publications-slider__cta') !!}
@endif