@if (is_admin() and (isset($display_content) and $display_content == false)) @elseif (isset($display_content) and $display_content == true )
@include('/gutenberg/base/common/title') @if( !empty($download))
@foreach($download as $download_item)
@if ( isset($download_item['image']) and $download_item['image'] != "" ) {{ $download_item['image']['alt'] }} @endif
@if( !empty( $download_item['surtitle'] ) )
{{ $download_item['surtitle'] }}
@endif @if( !empty( $download_item['title'] ) )
{{ $download_item['title'] }}
@endif
{{ $download_item['text_btn'] }}
@endforeach
@endif @if( !empty($btn_bottom)) @endif
@endif