@if ($block->anchor_id )
@endif
@if($block->image1)
@if($block->image1Mobile) @else @endif {!! getMediaImg($block->image1, '1145x700', htmlspecialchars($block->block_title)) !!}
@endif
@if($block->content)
{!! $block->content !!}
@endif @if(!empty($block->cta1))
@php $btn_classes = 'std-button alt-color'; if($block->bg_color == 'primary') { $btn_classes = 'std-button alt-hover'; } @endphp {!! generateLink($block->cta1, $btn_classes) !!}
@endif