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