@if (is_admin() and (isset($display_content) and $display_content == false)) @elseif (isset($display_content) and $display_content == true )
@if ( isset($image) and $image ) {{ $image['alt'] }} @endif
@if ( isset($teaser_text_1) and $teaser_text_1 != "" )

{!! $teaser_text_1 !!}

@endif @if ( isset($teaser_text_2) and $teaser_text_2 != "" )
{!! $teaser_text_2 !!}
@endif @if ( (isset($link) and $link != "") ) {{ $link['title'] }} @endif
@endif