{!! $content->title_da !!} @if ($content->image) @endif {!! $content->description_da !!} @forelse ($content->child_contents as $childContent) @if ($childContent->type === 'text') {!! $childContent->description_da !!} @elseif($childContent->type === 'image' && $childContent->image) @elseif($childContent->type === 'link' && $childContent->youtube_video_link) @endif @empty @endforelse