giftoptions.phtml 426 B

123456789101112131415
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. ?>
  8. <?php if ($block->getChildHtml()): ?>
  9. <section class="admin__page-section order-gift-options">
  10. <div class="admin__page-section-title"><strong class="title"><?= /* @escapeNotVerified */ __('Gift Options') ?></strong></div>
  11. <?= $block->getChildHtml() ?>
  12. </section>
  13. <?php endif ?>