{{$post->title}}
{{$post->summary}}
{!!$post->content!!} @foreach($post->documents as $document) @endforeach@extends('layouts.public') @section('title') {{trans('seo.title.post', ['title' => $post->title])}} @endsection @section('description') {{$post->summary}} @endsection @section('content')
{{$post->summary}}
{!!$post->content!!} @foreach($post->documents as $document) @endforeach