@extends('layouts.public') @section('title') {{trans('seo.title.post', ['title' => $post->title])}} @endsection @section('description') @endsection @section('image') {{asset($post->thumbnail)}} @endsection @section('content')
{{$post->title}}

{{$post->title}}


{{$post->summary}}

{!!$post->content!!}

@foreach($post->documents as $document)

{{$document->name}}

@endforeach
@endsection