<?php $__env->startSection('main_content'); ?>
<?php 
    
//    echo '<pre>';
//    print_r($page);
//    echo '</pre>';
//    die();

?>
<style>
#map-canvas {
    height:500px;
    margin: 50px auto;
  }
</style>
<div class="container tiles">
    <h1><?= $page->heading ?></h1>
    <?php if ($page->description && $page->description != ''): ?>
        <div><?= $page->description ?></div>
    <?php endif; ?>
    <?php if ($page->id == 19): ?> 
        <div class="col-lg-7">

<img src="<?= url().'/images/images/'.$page->image ?>" style="width: 600px; height: 566px;" usemap="#image-map" alt="" />
<map name="image-map">
    <area shape="rect" coords="154,204,200,249" href="http://zakupywm1.pl/m1-poznan/home" title="" alt="" target="">
    <area shape="rect" coords="273,266,315,311" href="http://zakupywm1.pl/m1-lodz/home" title="" alt="" target="">
    <area shape="rect" coords="397,229,437,273" href="http://zakupywm1.pl/m1-marki/home" title="" alt="" target="">
    <area shape="rect" coords="415,313,454,359" href="http://zakupywm1.pl/m1-radom/home" title="" alt="" target="">
    <area shape="rect" coords="310,349,351,396" href="http://zakupywm1.pl/m1-czestochowa/home" title="" alt="" target="">
    <area shape="rect" coords="343,433,381,484" href="http://zakupywm1.pl/m1-krakow/home" title="" alt="" target="">
    <area shape="rect" coords="230,419,265,471" href="http://zakupywm1.pl/m1-zabrze/home" title="" alt="" target="">
    <area shape="rect" coords="298,448,264,407" href="http://zakupywm1.pl/m1-bytom/home" title="" alt="" target="">
    <area shape="rect" coords="299,418,334,463" href="http://zakupywm1.pl/m1-czeladz/home" title="" alt="" target="">
</map>

</div>
 <div class="col-lg-5"><?= $page->info ?></div>
    <?php elseif ($page->id == 23): ?>
    <div class="col-lg-12"><?= $page->info ?></div>
    <?php else: ?>
    <div class="col-lg-5"><img src="<?= url().'/images/images/'.$page->image ?>" style="width: 100%"/></div>
	<div class="col-lg-7"><?= $page->info ?></div>
    <?php endif; ?>    
       
</div>

</div></div><div class="container"><?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>