{{-- Sections Template 1 - Custom Event Content --}} @if ($event->sections->count() > 0) @foreach($event->sections as $section)
@if($section->image && $loop->even)
{{ $section->title }}
@endif
@if($section->subtitle)
{{ $section->subtitle }}
@endif

{{ $section->title }}

{!! $section->content !!}
@if($section->cta_text && $section->cta_url)
@endif
@if($section->image && $loop->odd)
{{ $section->title }}
@endif
@endforeach @endif