@if($element->getChild('product-image')->count() > 0)
@include('element', ['elements' => $element->getChild('product-image'), 'elementType' => 'product-image'])
@endif
@if($element->getChild('product-title')->count() > 0)
@include('element', ['elements' => $element->getChild('product-title'), 'elementType' => 'product-title'])
@endif
@if($element->getChild('product-description')->count() > 0)
@include('element', ['elements' => $element->getChild('product-description'), 'elementType' => 'product-description'])
@endif
@if($element->getChild('product-price')->count() > 0)
@include('element', ['elements' => $element->getChild('product-price'), 'elementType' => 'product-price'])
@endif
@if($element->getChild('product-image2')->count() > 0)
@include('element', ['elements' => $element->getChild('product-image2'), 'elementType' => 'product-image2'])
@endif