2024-04-22 23:52:04 +05:00
|
|
|
@section('meta_title', $websiteTranslations->translate('site.Project') . ': ' . $content->title)
|
2024-04-18 19:41:31 +05:00
|
|
|
@section('h1', $content->title)
|
|
|
|
|
2024-04-22 23:52:04 +05:00
|
|
|
<x-site.layout :project="$project" :websiteTranslations="$websiteTranslations">
|
2024-04-18 19:41:31 +05:00
|
|
|
{!! $content->description !!}
|
|
|
|
</x-site.layout>
|