Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/create/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/create/items.phtml

<?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() ?>