<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title><?php echo $__env->yieldContent('title'); ?></title>
  <meta name="keywords" content="<?php echo $__env->yieldContent('keywords'); ?>"/>
  <meta name="description" content="<?php echo $__env->yieldContent('description'); ?>"/>
  <meta property="og:url" content="<?php echo $__env->yieldContent('url'); ?>" />
  <meta property="og:title" content="<?php echo $__env->yieldContent('title'); ?>" />
  <meta property="og:type" content="website" />
  <meta property="fb:app_id" content="" />
  <meta property="og:description" content="<?php echo $__env->yieldContent('description'); ?>" />
  <meta property="og:image" content="<?php echo $__env->yieldContent('image'); ?>" />
  <meta property="og:site_name" content="<?php echo $__env->yieldContent('title'); ?>" />
  <meta name="robots" content="index, follow">
  <link rel="canonical" href="<?php echo $__env->yieldContent('url'); ?>">
  <link rel="icon" href="<?php echo e(url(@$site_option->favicon)); ?>">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
  <!--*************************---->
  <base href="<?php echo e(url()); ?>/">
  <script src="<?php echo e(url('public/jquery/jquery-3.2.1.min.js')); ?>" type="text/javascript" charset="utf-8"></script>
<!--  <script src="assets/jquery-1.11.3.min.js"></script>-->
  <!--   <link rel="stylesheet" type="text/css" href="<?php echo e(url('public/bootstrap/css/bootstrap.min.css')); ?>"> --> 
  <link href="assets/FastBooking/form.css" rel="stylesheet" />
<!--
  <script language="javascript" type="text/javascript" src="assets/FastBooking/fbparam.js"></script>
  <script language="javascript" type="text/javascript" src="assets/FastBooking/fblib.js"></script>
-->
</head>
<body>
  <link rel="stylesheet" type="text/css" media="all" href="assets/Styles/combined.css">
  <link rel="stylesheet" media="all" href="assets/Styles/index.css">
  <link rel="stylesheet" media="all" href="assets/Styles/selection.css">
  <link rel="stylesheet" media="all" href="assets/Styles/list.css">
  <link rel="stylesheet" media="all" href="assets/Styles/detailRoom.css">
  <link href="assets/Styles/fonts.css" rel="stylesheet" media="all">
  <script type="text/javascript" src="assets/Scripts/combined-header.js"></script>
 <!-- GTM DLV -->
<script>
    dataLayer = [];
    window.setRoomInteraction = true;
    dataLayer.push({
        'event': 'localTime',
        'localTime': '01'
    });
</script>
  <?php echo $__env->make('frontend.header.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
  <?php echo $__env->yieldContent('content'); ?>
  <?php echo $__env->make('frontend.footer.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
  <?php echo $site_option->remarketing; ?>

</body>
<link rel="stylesheet" media="all" href="assets/Styles/responsive.css">
<script type="text/javascript" src="assets/Scripts/combined-footer.js"></script>
    <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/index.js"></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('m/d/Y H:i:s') ?>'
        }
    })
</script>
<script type="text/javascript">
	jQuery(document).ready(function(){
		$('.book-room').click(function(){
			$('.dropdown-booking-now').show();
		});
		$('.cancel').click(function(){
			$('.dropdown-booking-now').hide();
		})
	})
</script>
<script type="text/javascript">
	jQuery(document).ready(function(){
		var width = $('html,body').width();
		if(width <= 768) {
			$('body').on('click','.button-menu-mobile',function(){
				$('#main-nav').slideDown();
				$(this).removeClass('button-menu-mobile');
				$(this).addClass('close-button-menu-mobile')
			});
			$('body').on('click','.close-button-menu-mobile',function(){
				$('#main-nav').slideUp();
				$(this).addClass('button-menu-mobile');
				$(this).removeClass('close-button-menu-mobile')
			});
			
			$('.partial-carousel .full-view, .partial-carousel .full-view .rs-carousel-item').css('width', width);
		}
	})
</script>
<script type="text/javascript">
  Ply.ui.register('home_index', {
    view: $('#main')
  });
</script>
<script>
    (function ($) {
        Ply.core.debug(true);
        Ply.res({
            loggedIn: '' 
        });
        Ply.ui.register('layout', { view: $('body') });
        Ply.ui.register('global-gtm', { view: $('body') });
    })(jQuery);
</script>
<script>
  $(window).resize();
</script>

<!--************START*************---->
<?php echo $__env->make('errors.note', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<!--*************************---->
<!--*************************---->
<script type="text/javascript">
  var domain = "<?php echo e(url()); ?>/";
</script>
<!--*************************---->
<?php if($site_option->actioncall==1): ?>
<!--****STARTACTION CALL*****---->
<div class="hotline">
  <div id="phonering-alo-phoneIcon" class="phonering-alo-phone phonering-alo-green phonering-alo-show">
    <div class="phonering-alo-ph-circle"></div>
    <div class="phonering-alo-ph-circle-fill"></div>
    <div class="phonering-alo-ph-img-circle">
      <a class="pps-btn-img " href="tel:<?php echo e($site_option->numbercall); ?>"> <img src="https://wonderads.vn/themes/default/images/v8TniL3.png" alt="Liên hệ" width="50" class="img-responsive"/> </a>
    </div>
  </div>
</div>
<!--*****END ACTION CALL*****---->
<?php endif; ?>
<!--*************************---->
<script src="<?php echo e(url('assets/ajax/main.js')); ?>" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="<?php echo e(url('assets/ajax/main.css')); ?>">
<div id="toast-container" class="toast-top-right"></div>
<!--***********END**************---->
</html>