{{ $authorName }}
@if (!empty($postedAt))
{{ Carbon::parse($postedAt)->format('d.m.Y H:i') }}
@endif
{!! $postBody !!}
@if (!empty($authorId))
User ID: {{ $authorId }}
@endif