{{ $post->title }}
{!! old('body') ?? $post->body !!}
{{ $post->created_at->diffForHumans() }}
@if (count($post->pdfs)) @foreach ($post->pdfs as $pdf) Download @endforeach @endif@include('layouts.front.styles')
{!! old('body') ?? $post->body !!}
{{ $post->created_at->diffForHumans() }}
@if (count($post->pdfs)) @foreach ($post->pdfs as $pdf) Download @endforeach @endif