@if (is_admin() and (isset($display_content) and $display_content == false)) @elseif (isset($display_content) and $display_content == true )
@include('/gutenberg/base/common/title')
@foreach ($informations as $col)
@if ( $col['display_img_text'] == 'image' ) @if (isset($col['image']) and $col['image']) {{ $col['image']['alt'] }} @endif @elseif ( $col['display_img_text'] == 'text_large' ) @if( isset($col['text_large']) and !empty($col['text_large']) ) {!! $col['text_large'] !!} @endif @endif @if ( isset( $col['title'] ) && $col['title'] != '' )

{!! $col['title'] !!}

@endif @if ( isset( $col['text'] ) && $col['text'] != '' )

{!! $col['text'] !!}

@endif
@endforeach
@endif