@if($post->image) {{ $post->title }} @else
@endif
{{ $post->published_at ? $post->published_at->format('M d, Y') : '' }} | {{ $post->user->name }}

{{ $post->title }}

@if($post->image)
{{ $post->title }}
@endif
{!! nl2br(e($post->content)) !!}