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