17 lines
		
	
	
		
			337 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			337 B
		
	
	
	
		
			PHP
		
	
	
<!doctype html>
 | 
						|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
 | 
						|
 | 
						|
<head>
 | 
						|
@include('template.'.config('settings.template').'.content.head')
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
 | 
						|
@yield('content')
 | 
						|
 | 
						|
@include('template.'.config('settings.template').'.includes.footer')
 | 
						|
@include('template.'.config('settings.template').'.includes.scripts')
 | 
						|
 | 
						|
 | 
						|
 | 
						|
</body> |