22 lines
		
	
	
		
			465 B
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			465 B
		
	
	
	
		
			PHP
		
	
	
| 
								 | 
							
								<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <head>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <meta charset="utf-8">
							 | 
						||
| 
								 | 
							
								        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
							 | 
						||
| 
								 | 
							
								        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
							 | 
						||
| 
								 | 
							
								        <meta name="description" content="{{config('settings.description')}}" />
							 | 
						||
| 
								 | 
							
								        <meta name="author" content="" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </head>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <body>
							 | 
						||
| 
								 | 
							
								        @yield('content')
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    </body>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</html>
							 |