| 
									
										
										
										
											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-08-31 08:59:43 +02:00
										 |  |  |     <title>Firefly | 
					
						
							| 
									
										
										
										
											2014-09-10 22:22:44 +02:00
										 |  |  |     @if(isset($title) && $title != 'Firefly') | 
					
						
							| 
									
										
										
										
											2014-08-31 08:59:43 +02:00
										 |  |  |         // {{{$title}}}
 | 
					
						
							|  |  |  |     @endif | 
					
						
							| 
									
										
										
										
											2014-09-12 17:34:54 +02:00
										 |  |  |     @if(isset($subTitle)) | 
					
						
							|  |  |  |         // {{{$subTitle}}}
 | 
					
						
							|  |  |  |     @endif | 
					
						
							| 
									
										
										
										
											2014-08-31 08:59:43 +02:00
										 |  |  |     </title> | 
					
						
							| 
									
										
										
										
											2014-09-23 21:34:13 +02:00
										 |  |  |     {{HTML::style('assets/stylesheets/bootstrap/bootstrap.min.css')}} | 
					
						
							|  |  |  |     {{HTML::style('assets/stylesheets/metisMenu/metisMenu.min.css')}} | 
					
						
							|  |  |  |     {{HTML::style('assets/stylesheets/sbadmin/sb.css')}} | 
					
						
							|  |  |  |     {{HTML::style('assets/stylesheets/fa/css/font-awesome.min.css')}} | 
					
						
							| 
									
										
										
										
											2014-11-14 08:40:16 +01:00
										 |  |  |     {{HTML::style('https://fonts.googleapis.com/css?family=Roboto2')}} | 
					
						
							| 
									
										
										
										
											2014-07-26 18:53:41 +02:00
										 |  |  |     @yield('styles') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  |     <!--[if lt IE 9]> | 
					
						
							| 
									
										
										
										
											2014-09-10 06:56:57 +02:00
										 |  |  |         <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> | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  |     <![endif]--> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2014-09-10 06:56:57 +02:00
										 |  |  | <div id="wrapper"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-13 07:02:13 +02:00
										 |  |  |     @include('partials.menu') | 
					
						
							| 
									
										
										
										
											2014-09-10 06:56:57 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <div id="page-wrapper"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="row"> | 
					
						
							|  |  |  |             <div class="col-lg-12"> | 
					
						
							| 
									
										
										
										
											2014-09-12 17:34:54 +02:00
										 |  |  |                 <h1 class="page-header"> | 
					
						
							| 
									
										
										
										
											2014-09-12 21:47:27 +02:00
										 |  |  |                     @if(isset($mainTitleIcon)) | 
					
						
							|  |  |  |                         <i class="fa {{{$mainTitleIcon}}}"></i> | 
					
						
							|  |  |  |                     @endif | 
					
						
							| 
									
										
										
										
											2014-09-12 17:34:54 +02:00
										 |  |  |                     {{$title or '(no title)'}} | 
					
						
							| 
									
										
										
										
											2014-09-10 14:39:38 +02:00
										 |  |  |                     @if(isset($subTitle)) | 
					
						
							| 
									
										
										
										
											2014-09-12 17:34:54 +02:00
										 |  |  |                         <small> | 
					
						
							| 
									
										
										
										
											2014-09-12 21:47:27 +02:00
										 |  |  |                             @if(isset($subTitleIcon)) | 
					
						
							|  |  |  |                                 <i class="fa {{{$subTitleIcon}}}"></i> | 
					
						
							| 
									
										
										
										
											2014-09-12 17:34:54 +02:00
										 |  |  |                             @endif | 
					
						
							|  |  |  |                             {{$subTitle}} | 
					
						
							|  |  |  |                         </small> | 
					
						
							| 
									
										
										
										
											2014-09-10 14:39:38 +02:00
										 |  |  |                     @endif | 
					
						
							| 
									
										
										
										
											2014-11-22 17:17:28 +01:00
										 |  |  |                         <small class="pull-right"><a href="#"><i class="fa fa-question-circle"></i></a></small> | 
					
						
							| 
									
										
										
										
											2014-09-10 14:39:38 +02:00
										 |  |  |                 </h1> | 
					
						
							| 
									
										
										
										
											2014-11-22 17:17:28 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-10 06:56:57 +02:00
										 |  |  |             </div> | 
					
						
							|  |  |  |             <!-- /.col-lg-12 --> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         @include('partials.flashes') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         @yield('content') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2014-08-23 22:32:12 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-23 21:31:38 +02:00
										 |  |  | {{HTML::script('assets/javascript/jquery/jquery-2.1.1.min.js')}} | 
					
						
							|  |  |  | {{HTML::script('assets/javascript/bootstrap/bootstrap.min.js')}} | 
					
						
							|  |  |  | {{HTML::script('assets/javascript/metisMenu/jquery.metisMenu.min.js')}} | 
					
						
							|  |  |  | {{HTML::script('assets/javascript/sb-admin/sb-admin-2.js')}} | 
					
						
							| 
									
										
										
										
											2014-06-30 11:24:58 +02:00
										 |  |  | @yield('scripts') | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |