<?php
// @codingStandardsIgnoreFile
/* @var \Magento\Wishlist\Model\Item $item */
?>

<div class="cs-grid-product__price">
<?php foreach ($block->getChildNames() as $childName): ?>
    <?php /* @escapeNotVerified */ echo $block->getLayout()->renderElement($childName, false); ?>
<?php endforeach;?>
</div>
