<!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="og:description" content="<?php echo $__env->yieldContent('description'); ?>" />



	<meta property="og:image" content="" />



	<link rel="icon" href="<?php echo e(url($site_option->favicon)); ?>">



	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>



	<!-- Latest compiled and minified CSS -->



	<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&amp;subset=vietnamese" rel="stylesheet">



	<link href='<?php echo e(url('public/project')); ?>/templates/skins/css/bootstrap-theme.css' rel='stylesheet' type='text/css'  media='all'  />



	<link href='<?php echo e(url('public/project')); ?>/templates/skins/css/bootstrap.css' rel='stylesheet' type='text/css'  media='all'  />



	<script src='<?php echo e(url('public/project')); ?>/templates/skins/js/jquery-1.11.0.min.js' type='text/javascript'></script>



	<script src="<?php echo e(url('public/project')); ?>/templates/skins/js/detect.js" type="text/javascript"></script>



	<script src="<?php echo e(url('public/project')); ?>/templates/skins/js/effect.js" type="text/javascript"></script>



	<script src='<?php echo e(url('public/project')); ?>/templates/skins/js/bootstrap.js' type='text/javascript'></script>



	<script src='<?php echo e(url('public/project')); ?>/templates/skins/js/home.js' type='text/javascript'></script>



	<link href='<?php echo e(url('public/project')); ?>/templates/skins/css/style.css' rel='stylesheet' type='text/css'  media='all'  />







	<!-- module  -->



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



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



	<link href="<?php echo e(url('public/project')); ?>/js/wow/animate.css" rel="stylesheet" type="text/css" />



	<script src='<?php echo e(url('public/project')); ?>/js/wow/wow.min.js' type='text/javascript'></script>



	<link href="<?php echo e(url('public/project')); ?>/js/owlcarousel/owl.carousel.css" rel="stylesheet" type="text/css" />



	<link href="<?php echo e(url('public/project')); ?>/js/fancybox/jquery.fancybox.css" rel="stylesheet" type="text/css" />



	<link href="<?php echo e(url('public/project')); ?>/css/module.css" rel="stylesheet" type="text/css" />



	<script src='<?php echo e(url('public/project')); ?>/js/fancybox/jquery.mousewheel-3.0.6.pack.js' type='text/javascript'></script>



	<script src='<?php echo e(url('public/project')); ?>/js/jcarousellite/jquery.easing-1.3.js' type='text/javascript'></script>



	<script src='<?php echo e(url('public/project')); ?>/js/jcarousellite/jquery.jcarousellite.js' type='text/javascript'></script>



	<script src='<?php echo e(url('public/project')); ?>/js/fancybox/jquery.fancybox.js' type='text/javascript'></script>



	<script src='<?php echo e(url('public/project')); ?>/js/jquery.validate.min.js' type='text/javascript'></script>



	<script src='<?php echo e(url('public/project')); ?>/js/social-likes.js' type='text/javascript'></script>



	<script src='<?php echo e(url('public/project')); ?>/js/owlcarousel/owl.carousel.js' type='text/javascript'></script>



	<script src='<?php echo e(url('public/project')); ?>/js/module.js' type='text/javascript'></script>



	<!-- module end-->



</head>



<body>



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



$(document).ready(function(){



		$('.addcart').click(function(){



			id = $(this).attr('data-id');



			_token = $('input[name="_token"]').val();



			url = '<?php echo e(url("ajax/addcart")); ?>/'+id;



			$.ajax({



				url:url,



				type:'get',



				cache:false,



				data:{'id':id,'_token':_token},



				success:function(result){



					$('#count_cart').text(result);



					$('#cart_success').fadeIn();



					$('#cart_success').fadeOut(6000);



				}



			})



		})



		})		



</script>



<div id="cart_success" style="display: none; width: 100%;  position: fixed; height: 50px; line-height: 50px;



    color: #006293;background: #ACE0AC; top: 0px; z-index: 7; text-align: center;  font-size: 16px; font-weight: bold;">



		<div class="container">



			<div class="col-md-12">Sản phẩm đã được thêm vào giỏ hàng!</div>



		</div>



	</div>



<div class="alert-success" style="position: fixed; bottom: 0; font-size: 24px; text-align: center; width: 100%; max-width: 100%;z-index: 999"><?php echo $__env->make('errors.note', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?></div> 



</html>