@foreach ($list_testimony as $item_testimony)
@if (isset($item_testimony['image']['url']) and $item_testimony['image']['url'] != '')
@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