@if (isset($isInclude) && $isInclude === true)
@else
@endif @if ($block->anchor_id )
@endif
@if ($block->block_subject) @if (!empty(getUrlFromLink($block->cta2))) @php if (is_string($block->cta2)) { $link = json_decode($block->cta2); } $target = ''; if($link->isExternal || !empty($link->isNewtab) && $link->isNewtab) { $target = ' target="_blank" '; } @endphp @endif @switch($block->heading_type) @case('h2')

@title($block->block_subject)

@break @case('h3')

@title($block->block_subject)

@break @case('h4')
@title($block->block_subject)
@break @default

@title($block->block_subject)

@endswitch @if (!empty(getUrlFromLink($block->cta2)))
@endif @endif @if($block->block_title) @switch($block->heading_type) @case('h2')

@title($block->block_title)

@break @case('h3')

@title($block->block_title)

@break @case('h4')

@title($block->block_title)

@break @default

@title($block->block_title)

@endswitch @endif @if($block->block_subtitle)

@title($block->block_subtitle)

@endif @if(!empty($block->cta1))
{!! generateLink($block->cta1, 'std-button std-button--xl') !!}
@endif