<!DOCTYPE html>
<!--[if IE 8]>    <html class="no-js ie8 ie" lang="en">    <![endif]-->
<!--[if IE 9]>    <html class="no-js ie9 ie" lang="en">    <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
	<?php echo view('layouts.main_head')->with(get_defined_vars())->render(); ?>
	
	<body data-page="<?php echo  $pageData['page'] ; ?>">
		<!-- Main page header -->
		<div class="main">
		<?php echo view('layouts.main_header')->with(get_defined_vars())->render(); ?>
		<!-- /Main page header -->

		<!-- Main page container -->
		<section class="container" role="main">

		<?php echo \Laravel\Section::yield('container'); ?>
		</div>
		<!-- Bootstrap scripts -->
		<?php $footer = Asset::container('footer'); ?>
		<?php echo  $footer->scripts(); ; ?>
		
		<?php echo \Laravel\Section::yield('scripts'); ?>
	</body>
</html>
