<?php $__env->startSection('title'); ?> <?php echo $product->title_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('url'); ?> <?php echo e(url($product->alias)); ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('description'); ?> <?php echo $product->description_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('keywords'); ?> <?php echo $product->keyword_seo; ?> <?php $__env->stopSection(); ?>



<?php $__env->startSection('content'); ?>







		<div class="head-banner">



			<img class="img-responsive" src="<?php echo e(url('public/project')); ?>/images/banner-thietbi.jpg">



			<div class="text"><h1><?php echo e($cate_current->name); ?></h1></div>



		</div>



		<div class="room-detail">



			<div class="container">



				<h3 class="text-center"><?php echo e($product->name); ?></h3>



				<div class="row">



					<div class="col-sm-12">



						<div id="room">



							<div class="item">



								<img class="img-responsive" src="<?php echo e(url($product->image)); ?>" alt="<?php echo e($product->name); ?>"/>



							</div>



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



							<div class="item"><img class="img-responsive" src="<?php echo e(url($item->link)); ?>" alt="<?php echo e($product->name); ?>"/>



							</div>	



							<?php endforeach; ?>	



						</div>



						</div>



					</div>



					<div class="row">



						<div class="col-sm-12">



							<?php echo $product->content; ?>







							



						</div>



					</div>



				</div>



			</div>



			



<?php $__env->stopSection(); ?>



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