| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |     <meta charset="utf-8"> | 
					
						
							|  |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							| 
									
										
										
										
											2014-06-30 07:26:38 +02:00
										 |  |  |     <base href="{{URL::route('index')}}/"> | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  |     <title>Firefly</title> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- Bootstrap --> | 
					
						
							|  |  |  |     <link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | 
					
						
							| 
									
										
										
										
											2014-07-15 06:58:08 +02:00
										 |  |  |     <link href="assets/css/site.css" rel="stylesheet"> | 
					
						
							| 
									
										
										
										
											2014-07-17 20:52:54 +02:00
										 |  |  |     @yield('styles') | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | 
					
						
							|  |  |  |     <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | 
					
						
							|  |  |  |     <!--[if lt IE 9]> | 
					
						
							|  |  |  |     <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | 
					
						
							|  |  |  |     <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | 
					
						
							|  |  |  |     <![endif]--> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  | <div class="container"> | 
					
						
							| 
									
										
										
										
											2014-07-06 15:18:11 +02:00
										 |  |  |     @include('partials.menu.'.$menu) | 
					
						
							| 
									
										
										
										
											2014-06-30 15:46:12 +02:00
										 |  |  |     @include('partials.flashes') | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  |     @yield('content') | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | 
					
						
							|  |  |  | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | 
					
						
							|  |  |  | <!-- Include all compiled plugins (below), or include individual files as needed --> | 
					
						
							|  |  |  | <script src="assets/bootstrap/js/bootstrap.min.js"></script> | 
					
						
							| 
									
										
										
										
											2014-07-15 06:58:08 +02:00
										 |  |  | <script type="text/javascript" src="assets/javascript/bootstrap3-typeahead.min.js"></script> | 
					
						
							| 
									
										
										
										
											2014-06-30 11:24:58 +02:00
										 |  |  | @yield('scripts') | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |