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

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

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

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

<?php // SLIDE HOMEPAGE ?>
<div class="pageInformation">
	<div class="wrapper main-image">
		<div class="text-image">
			<img src="<?php echo URL::asset('image/information_main.png'); ?>" class="hidden_tablette" alt="Dior"/>
			<img src="<?php echo URL::route('photoslider',[800,450,'information_main.png']); ?>" class="show_portrait" alt="Dior"/>
			<div class="container-text padding-20">
				<div class="table-text">
					<div class="table-cell-text">
						<div class="text">					
							<div class="backgroundText">
								Great things to do <br/>in Marrakech
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
		<a href="<?php echo URL::route('registration'); ?>" class="btn btn-dior">Register</a>
	</div>
	<div class="wrapper">
		<div class="first-line row">
			<div class="col-sm-6">
				<h2>MARRAKECH DISTRICTS: LA MEDINA</h2>
				<span class="grey">The Old Town</span>
				<div class="separator"></div>
				<p>
					This is the geographical heart, spiritual soul and tourist hub of Marrakech. Everything in this area revolves like a whirlpool around the iconic Jemaa el Fna with its ancient nightly spectacle. The souks stretch north of the square, and the magnificent Koutoubia Mosque at the neighbourhood’s western edge stands sentinel over the whole of Marrakech. In the Southern Medina, you can find a colourful cultural history. Made up predominantly of the original fortified kasbah, the royal palace and the Mellah (Jewish quarter) with its colourful markets, the area is punctuated by the great imperial palaces of Marrakech, some wonderful museums celebrating the city’s heritage, the legendary Mamounia hotel and the Agdal Gardens, where Marrakchis picnic in summer.					
				</p>
			</div>
			<div class="col-sm-6">
				<img src="<?php echo URL::asset('image/medina.jpg'); ?>" alt="Medina"/>
			</div>
		</div>
	</div>
	<?php echo $__env->make('information.bottom', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>		
</div>
<div class="clear"></div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>