<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/** @var \Magento\Sales\Block\Adminhtml\Order\Create\Items $block */
?>
<div class="admin__page-section-title">
    <strong class="title"><?= $block->escapeHtml($block->getHeaderText()) ?></strong>
    <div class="actions">
        <?= $block->getButtonsHtml() ?>
    </div>
</div>
<?= $block->getChildHtml() ?>
