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

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

@endif @if (isset($item_testimony['text']) and $item_testimony['text'] != '')
{!! $item_testimony['text'] !!}
@endif @if (isset($item_testimony['author']) and $item_testimony['author'] != '')
{!! $item_testimony['author'] !!}
@endif @if (isset($item_testimony['job']) and $item_testimony['job'] != '')
{!! $item_testimony['job'] !!}
@endif
@endforeach
@if( count($list_testimony) > 1 )
@endif
@endif @if( isset($button) and !empty($button) ) {!! $button['title'] !!} @endif
@endif