<?xml version="1.0"?>
<!--
/**
 * Seizera Software.
 *
 * @category  Seizera
 * @package   Seizera_TourDetails
 * @author    Seizera
 * @copyright Copyright (c) 2019 Seizera Software Private Limited (https://seizera.com)
 * @license   https://seizera.com/license.html
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="jquery/fileUploader/css/jquery.fileupload-ui.css"/>
    </head>
    <update handle="editor"/>
    <update handle="catalog_hotel_form"/>

    <!-- <update handle="styles"/>
    <update handle="editor"/>
    <head>
        <title>Edit Hotel</title>
        <css src="jquery/fileUploader/css/jquery.fileupload-ui.css"/>
    </head>
    <body>
        <referenceContainer name="page.main.actions">
            <block class="Magento\Backend\Block\Store\Switcher" name="store_switcher">
                <action method="setUseConfirm">
                    <argument name="params" xsi:type="string">1</argument>
                </action>
            </block>
        </referenceContainer>

        <referenceContainer name="content">
            <block class="Seizera\TourDetails\Block\Adminhtml\Hotel\Edit" name="hotel_edit"/>
            <block class="Seizera\TourDetails\Block\Adminhtml\Hotel\Helper\Form\Gallery\Content" template="Seizera_TourDetails::hotel/helper/gallery.phtml" name="gallery"/>
        </referenceContainer>

    </body> -->
</page>
