<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
    <css src="Webkul_Marketplace::css/style.css"/>
</head>
<body>
    <referenceContainer name="content">
        <block class="Webkul\Marketplace\Block\Adminhtml\Notification" name="notification_template" after="-" template="Webkul_Marketplace::notification/notification.phtml">
            <!-- call js file using js component -->
        	<arguments>
                <argument name="jsLayout" xsi:type="array">
                    <item name="components" xsi:type="array">
                        <item name="notification-content" xsi:type="array">
                            <item name="component" xsi:type="string">Webkul_Marketplace/js/notification</item>
                        </item>
                    </item>
                </argument>
            </arguments>
        </block>
    </referenceContainer>
</body> 
</page>