| Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/create/ |
| 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() ?>