{{ $post->title }}

Publicado por {{ $post->user->name }} el {{ $post->published_at?->format('d/m/Y') ?? '(No publicado)' }}

{!! nl2br(e($post->content)) !!}