<?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'></header>
    <div style="margin-left: 103.5px; margin-right: 0px; width: 1479.5px;" class="fixed-left-sidebar-layout site-width">
      <nav class="partial-left_navigation sidebar">
        <?php echo $__env->make('frontend.include.left', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
      </nav>
      <article style="min-height: 793px;" class="content">
        <header>
          <div class="partial-share"> <span class="share-title">Share</span>
            <ul class="item-set">
              <li class="item email"> <a href="mailto:info@hanoilasiestahotel.com" title="Email"></a> </li>
              <li class="item facebook"> <a href="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u=http://hanoilasiestahotel.com/rooms-rates.htm','','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=http://hanoilasiestahotel.com/rooms-rates.htm','','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=http://hanoilasiestahotel.com/rooms-rates.htm&amp;media=&amp;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 Helper::getDescription($cate_current->description,20000); ?> </p>
          </div>
        </header>
        <section class="rooms">
          <ul style='display: flex;'>
			<?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(Helper::adddotstring($item->price_sale)); ?>VND/ per night</div>
                <a href='<?php echo e($item->alias); ?>' class='upcase with-arrow'>View Room Details</a>
				  <a href='<?php echo e(url('checkout-book-secure')); ?>/<?php echo e($item->id); ?>' class='button button-medium '>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>

<style>
	.partial-share {
		float: right
	}
</style>
    <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: '<?php date('d/m/Y',time()); date('h/s/i',time());?>'
        }
    })
</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(); ?>