<?php $__env->startSection('title'); ?> <?php echo $news->title_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('url'); ?> <?php echo e(url($news->alias)); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('site_name'); ?> <?php echo $news->title; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('description'); ?> <?php echo $news->description_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('keywords'); ?> <?php echo $news->keyword_seo; ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('image'); ?> <?php echo url($news->image); ?> <?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>

<section id="main">

<div class="rooms-detail" id="content-fixed">

<header data-animatedtop="" data-animatedbottom="" data-animatedx="" class="partial-banner " data-timeweather=""> <img src='<?php echo e(@$bannerRow->link); ?>' class='background'> </header>

<style>

			.background{

				width: 1903px;

    height: 979.51px;

    left: 0px;

    top: -289.755px;

    opacity: 0.6;

			}

		</style>

<div style="margin-left: 263.5px; margin-right: 0px; width: 1639.5px;" class="fixed-left-sidebar-layout site-width">

<nav class="partial-left_navigation sidebar">

  <ul style='top: 75px; left: 103.5px; position: fixed;' class='link-set'>

   <?php foreach($aOthers as $item): ?>

    <li class='link'><a href='<?php echo e($item->alias); ?>' title='<?php echo e($item->title); ?>'><?php echo e($item->title); ?></a></li>

	  <?php endforeach; ?>

  </ul>

</nav>

<div id="container">
	<article style="min-height: 793px;" class="content">

<header  style="margin-top: 30px;">

  <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=<?php echo e($news->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($news->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($news->alias); ?>&amp;media=&amp;description=<?php echo e($news->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($news->title); ?> </h1>

</header>

<section id="page">

  <div class="richtext"> <?php echo $news->content; ?></div>

</section>

</article>
	</div>


	</div>

	</section>

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