| 123456789101112131415 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- // @codingStandardsIgnoreFile
- ?>
- <?php if ($block->getChildHtml()): ?>
- <section class="admin__page-section order-gift-options">
- <div class="admin__page-section-title"><strong class="title"><?= /* @escapeNotVerified */ __('Gift Options') ?></strong></div>
- <?= $block->getChildHtml() ?>
- </section>
- <?php endif ?>
|