<?php $__env->startSection('title'); ?> <?php echo $cate_current->title_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('url'); ?> <?php echo e(url($cate_current->alias)); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('description'); ?> <?php echo $cate_current->description_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('keywords'); ?> <?php echo $cate_current->keyword_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('image'); ?> <?php echo url($cate_current->image); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<section id="main">
  <div class="rooms-list">
	<header data-animatedtop="" data-animatedbottom="" data-animatedx="" class="partial-banner" data-timeweather="/weather.htm">
            <img src='<?php echo e($cate_current->background); ?>' class='background'>
		<style>
			.background{
				width: 1903px;
    height: 979.51px;
    left: 0px;
    top: -289.755px;
    opacity: 0.6;
			}
		</style>
        </header>
    <div class="fixed-left-sidebar-layout site-width">
      <article style="min-height: 793px;" class="content">
        <header style="padding-top: 30px">
          <div class="partial-share"> <span class="share-title">Share</span>
            <ul class="item-set">
              <li class="item email"> <a href="mailto:<?php echo e($site_option->email); ?>" title="Email"></a> </li>
              <li class="item facebook"> <a href="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo e($cate_current->alias); ?>','','width=626,height=436,resizable=yes,scrollbars=yes');void(0);" title="Facebook"></a> </li>
              <li class="item twitter"> <a href="javascript:window.open('http://twitter.com/intent/tweet?text=text&amp;url=<?php echo e($cate_current->alias); ?>','','width=767,height=438,resizable=yes,scrollbars=yes');void(0);" title="Twitter"></a> </li>
              <li class="item pinterest"> <a href="javascript:window.open('http://pinterest.com/pin/create/button/?url=<?php echo e($cate_current->alias); ?>&amp;media=&amp;description=<?php echo e($cate_current->description); ?>','','width=767,height=334,resizable=yes,scrollbars=yes');void(0);" title="Pinterest"></a> </li>
            </ul>
          </div>
          <h1 class="content-title multiline"> <span class="subhead"><?php echo e($site_option->company); ?></span> <?php echo e($cate_current->name); ?> </h1>
          <div class="richtext">
            <p><?php echo $cate_current->description; ?> </p>
          </div>
        </header>
        <section class="rooms">
<!--
          <div id="filter-box">
            <div class="left"> Filter By:
              <ul class="filters">
                <li class="selected" data-roomtype="all"> <a href="javascript:void(0);" class="upcase">View All</a> </li>
                <li class="" data-roomtype="room"> <a href="javascript:void(0);" class="upcase">Rooms</a> </li>
                <li class="" data-roomtype="suite"> <a href="javascript:void(0);" class="upcase">Suites</a> </li>
              </ul>
            </div>
            <form class="right" action="/compare.htm" method="get">
              <button disabled="disabled" class="button-medium">Compare</button>
              <ul class="selections">
                <li class="">
                  <input name="room1" value="" type="hidden">
                  <img src=""> 1 </li>
                <li class="">
                  <input name="room2" value="" type="hidden">
                  <img src=""> 2 </li>
                <li class="">
                  <input name="room3" value="" type="hidden">
                  <img src=""> 3 </li>
              </ul>
              <div class="messaging only-message"> <span class="remaining-message left-3">Select up to 3 rooms to compare </span> <span class="remaining-message left-2">Add up to 2 more rooms </span> <span class="remaining-message left-1">Add up to 1 more room </span> <a href="javascript:void(0);" class="clear upcase">Clear All</a> </div>
            </form>
          </div>
-->
          <ul style='display: flex;' class='columns columns-12'>
			<?php foreach($product as $item): ?>
            <li class='column columns-4 first-row promo-tile'>
              <div class='image-holder'><a href='<?php echo e($item->alias); ?>'><img src='<?php echo e($item->thumb); ?>'></a></div>
              <div class='info'><a href='<?php echo e($item->alias); ?>'>
                <h5 class='reverse'><?php echo e($item->name); ?></h5>
                </a>
                <dl>
                  <dt>Size</dt>
                  <dd><?php echo e($item->option_2); ?></dd>
                </dl>
                <div class='price'>Price from <?php echo e($item->price); ?>$ per night</div>
                <a href='<?php echo e($item->alias); ?>' class='upcase with-arrow'>View Room Details</a>
				  <a href='javascript:void(0)' class='button button-medium book-room'>Book This Room</a></div>
            </li>
            <?php endforeach; ?>
          </ul>
        </section>
        <div style="position: fixed; display: none;" class="back-to-top"> <span class="icon"></span> <a href="#" class="upcase">BACK TO TOP</a> </div>
      </article>
    </div>
  </div>
</section>
    <script type="text/javascript">
        moment.lang('lasiesta', {
            monthsShort: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
            months: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
            weekdaysMin: ["S", "M", "T", "W", "T", "F", "S"]
        });
    </script>

<script type="text/javascript" src="assets/Scripts/Roomdetail.js"></script>
<script type="text/javascript">
    Ply.ui.register('rooms-detail', {
        view: $('.rooms-detail'),
        options: {
            invalidDates: [],
            todayTimestamp: '4/5/2019 11:00:34 AM'
        }
    })
</script>
<?php $__env->stopSection(); ?> 

<!--<?php echo str_replace('/?','?',$product->render()); ?>-->
<?php echo $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>