{!! $page->body !!}
@foreach($gallery as $galleryItem)
@endforeach
{{$staticSectionOne->name}}
{!! $staticSectionOne->body !!}{{$staticSectionTwo->name}}
{!! $staticSectionTwo->body ?? $staticSectionTwo->shortDescription !!} @if($staticSectionTwo->link) @endif
@foreach($cascade as $cascadeItem)
@endforeach
@if($cascadeItem->hasImage)
@endif
{{$cascadeItem->name}}
{!! $cascadeItem->body !!}{{$staticSectionThree->name}}
{!! $staticSectionThree->body !!}{{$staticSectionFour->name}}
{!! $staticSectionFour->body !!}
@foreach($links as $link)
{{$link->name ?? $link->customName}}
@endforeach