7 lines
		
	
	
		
			210 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			210 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@section('meta_title', __('site.Project') . ': ' . $content->title)
 | 
						|
@section('h1', $content->title)
 | 
						|
 | 
						|
<x-site.layout :project="$project" :language="$language">
 | 
						|
    {!! $content->description !!}
 | 
						|
</x-site.layout>
 |