@if($section->content['image'] ?? false)
Preview
@endif
@php $journeyContent = $section->content['content'] ?? ''; if (is_array($journeyContent)) { $journeyContent = implode("\n\n", $journeyContent); } @endphp