<?xml version="1.0" encoding="UTF-8"?>

<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="formkey"/>
    <head>
    	<title>WeltPixel Banners Manager</title>
    </head>
    <body>
    	<referenceBlock name="menu">
    	    <action method="setActive">
    	        <argument name="itemId" xsi:type="string">WeltPixel_OwlCarouselSlider::OwlCarouselBanners</argument>
    	    </action>
    	</referenceBlock>
    	<referenceBlock name="page.title">
    	    <action method="setPageTitle">
    	        <argument name="pageTitle" xsi:type="string">WeltPixel Banners Manager</argument>
    	    </action>
    	</referenceBlock>
        <referenceContainer name="content">
            <block class="WeltPixel\OwlCarouselSlider\Block\Adminhtml\Banner" name="admin.block.banner.grid.container"/>
            <block class="WeltPixel\OwlCarouselSlider\Block\Adminhtml\System\Messages" name="weltpixel.mobiledetect.message" before="admin.block.banner.grid.container"/>
        </referenceContainer>
    </body>
</page>
