<?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; ?>
