@if($section->layoutType && reset($section->layoutType)->codename == 'full_width')
@else
@endif @if(!empty($section->title))

{{ $section->title }}

@endif @if(count($section->item) == 1) @php $item = reset($section->item); @endphp
@if(count($item->imageThumbnail) > 0)
@endif @if(count($item->imageThumbnail) > 0)
@else
@endif
{!! $item->quote !!}
{{ $item->name }}
{{ $item->titleOrg }}
@endif