@if(!empty($section->title))

{{ $section->title }}

@endif
@foreach(array_chunk($section->items, 6) as $chunk)
@foreach($chunk as $item)
@endforeach
@endforeach