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

{{$post->location}}

{!!$post->content!!} @foreach($post->documents as $document)

{{$document->name}}

@endforeach
@endsection @section('styles') @endsection @section('scripts') @endsection