{{ $section->title }}

@if(!empty($section->subtitle))
{{ $section->subtitle }}
@endif
@foreach(array_chunk($section->items, 2) as $chunk)
@foreach($chunk as $item)
@include('partials.n_column_item')
@endforeach
@endforeach