@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(isset($all_push) and !empty($all_push))
3) data-sliderid="{{ $id_slider }}" @endif>
@foreach ($all_push as $push)
@if ( isset($push['image']) and $push['image'] ) {{ $push['image']['alt'] }} @endif
@if (isset($push['title']) and $push['title'] != "")

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

@endif @if (isset($push['text']) and $push['text'] != "")
{!! $push['text'] !!}
@endif @if ( (isset($push['link']) and $push['link'] != "") ) {{ $push['link']['title'] }} @endif
@endforeach
@if( count($all_push) > 3)
@endif
@if( count($all_push) > 3)
@endif @endif
@if( isset($button) and !empty($button) ) @endif
@endif