{{ $section->title }}

@if(!empty($section->description))
{!! $section->description !!}
@endif
@foreach(array_chunk($section->items, 3) as $chunk)
@foreach($chunk as $item)
{{ optional(reset($item->imageThumbnail))->description }}
{!! $item->quote !!}
{{ $item->name }}
{{ $item->titleOrg }}
@if($item->ctaText) @endif
@endforeach
@endforeach