<?xml version="1.0"?>
<!--
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) 2010-2018 Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="seller-2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="Webkul_Marketplace::css/wk_block.css"/>
        <css src="Webkul_Marketplace::css/style.css"/>
        <css src="Webkul_Marketplace::css/product.css"/>
        <css src="Webkul_Marketplace::css/layout.css"/>
        <css src="Webkul_Marketplace::colorpicker/css/colorpicker.css"/>
        <css src="Custom_MarketplaceExtender::css/addproduct.css"/>
        <css src="jquery/fileUploader/css/jquery.fileupload-ui.css"/>
    </head>
    <body>
        <referenceBlock name="seller.page.main.title">
            <action method="setPageTitle">
                <argument translate="true" name="title" xsi:type="string">Add Day</argument>
            </action>
        </referenceBlock>
        <referenceContainer name="seller.content">
           <block class="Seizera\ItineraryObjects\Block\Day\DayForm" name="agency_dayform" template="Seizera_ItineraryObjects::dayform.phtml" cacheable="false">
               <block class="Seizera\ItineraryObjects\Block\Day\Helper\Form\Gallery\Content" name="day_gallery" template="Seizera_ItineraryObjects::day/gallery.phtml" cacheable="false" />
                <block class="Seizera\ItineraryObjects\Block\Day\DayForm" name="day_related_hotel" template="Seizera_ItineraryObjects::related_hotels.phtml" cacheable="false">
                    <uiComponent name="itinerary_related_hotel_listing"/>
                </block>
                <block class="Seizera\ItineraryObjects\Block\Day\Create" name="marketplace_product_related_product" template="Seizera_ItineraryObjects::related_products.phtml" cacheable="false">
                    <uiComponent name="day_related_product_listing"/>
                </block>
            </block>
       </referenceContainer>
    </body>
</page>