{{ $section->title }}

@if(!empty($section->subtitle))
{{ $section->subtitle }}
@endif @if(!empty(strip_tags($section->description)))
{{ $section->description }}
@endif @if(!empty($section->descriptionHtml)) {!! $section->descriptionHtml !!} @endif
@foreach(array_chunk($section->items, 3) as $chunk)
@foreach($chunk as $item)
@if($item->isVideo && reset($item->isVideo)->codename == 'yes') @else @endif {{ optional(reset($item->imageThumbnail))->description }}
{{ $item->title }}
@if(!empty(strip_tags($item->description)))
{!! $item->description !!}
@endif
@endforeach
@endforeach