| 
									
										
										
										
											2022-02-08 07:19:04 +08:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="{{ config('app.lang') }}" | 
					
						
							| 
									
										
										
										
											2022-02-08 18:09:17 +08:00
										 |  |  |       dir="{{ config('app.rtl') ? 'rtl' : 'ltr' }}" | 
					
						
							|  |  |  |       class="@yield('document-class')"> | 
					
						
							| 
									
										
										
										
											2022-02-08 07:19:04 +08:00
										 |  |  | <head> | 
					
						
							|  |  |  |     <title>{{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }}</title> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- Meta --> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width"> | 
					
						
							|  |  |  |     <meta charset="utf-8"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- Styles and Fonts --> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="{{ versioned_asset('dist/styles.css') }}"> | 
					
						
							|  |  |  |     <link rel="stylesheet" media="print" href="{{ versioned_asset('dist/print-styles.css') }}"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- Custom Styles & Head Content --> | 
					
						
							|  |  |  |     @include('common.custom-styles') | 
					
						
							|  |  |  |     @include('common.custom-head') | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  |     @yield('content') | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |