my-projects-website/app/application/resources/views/site/projects/about.blade.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>