<!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]-->
	<head>
		<meta charset="utf-8">
		<title>Error | CAPA Audit</title>
		<meta name="description" content="">
		<meta name="author" content="Softlabs | www.softlabs.co.uk">
		<meta name="robots" content="index, follow">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<?php echo \Laravel\Section::yield('stylesheets'); ?>
		
		<?php $header = Asset::container('header'); ?>
		<?php echo  $header->styles(); ; ?>
		<link rel="shortcut icon" href="img/icons/favicon.ico">
		<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/icons/apple-touch-icon-114-precomposed.png">
		<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/icons/apple-touch-icon-72-precomposed.png">
		<link rel="apple-touch-icon-precomposed" href="img/icons/apple-touch-icon-57-precomposed.png">
		<?php echo  $header->scripts(); ; ?>
		
		<script>
			$(document).ready(function(){
				// Tooltips
				$('[title]').tooltip({
					placement: 'top'
				});	
			});
		</script>
	</head>
	<body>

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

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