| Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/ |
| Current File : //home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/giftoptions.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<?php if ($block->getChildHtml()) : ?>
<section class="admin__page-section order-gift-options">
<div class="admin__page-section-title"><strong class="title"><?= $block->escapeHtml(__('Gift Options')) ?></strong></div>
<?= $block->getChildHtml() ?>
</section>
<?php endif; ?>