layoutFactory->create() ->createBlock(\Magento\Backend\Block\Dashboard\Tab\Customers\Newest::class) ->toHtml(); $resultRaw = $this->resultRawFactory->create(); return $resultRaw->setContents($output); } }