@if ($block->anchor_id )
@endif
@if(!empty($block->icon) && && file_exists(Storage::path(config('path.internal.media')) . '/' . $block->icon->filename))
{!! file_get_contents(Storage::path(config('path.internal.media')) . '/' . $block->icon->filename) !!}
@endif @if(!empty($block->block_title))
@title($block->block_title)
@endif @if(!empty($block->block_subtitle))
@title($block->block_subtitle)
@endif
@if($block->cta1)
{!! generateLink($block->cta1, 'std-button std-button--xl std-button--orange') !!}
@endif