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