<!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>

  <!--   <link rel="stylesheet" type="text/css" href="<?php echo e(url('public/bootstrap/css/bootstrap.min.css')); ?>"> -->

  <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 onLoad="start();">

  <link rel="stylesheet" type="text/css" media="all" href="assets/Styles/combined.css">

  <link rel="stylesheet" media="all" href="assets/Styles/index.css">

  <link href="assets/Styles/fonts.css" rel="stylesheet" media="all">

  <script type="text/javascript" src="assets/Scripts/combined-header.js"></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>

<script type="text/javascript" src="assets/Scripts/combined-footer.js"></script>

<script type="text/javascript" src="assets/Scripts/index.js"></script>

<script type="text/javascript">

  Ply.ui.register('home_index', {

    view: $('#main')

  });

</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>