@if ($currentPost->category)
{{ $currentPost->category->name }}
@endif
@if ($currentPost->read_time)
{{ $currentPost->read_time }} min
@endif
{{ $currentPost->title }}
{{ $currentPost->excerpt }}
{{ $currentPost->updated_at->diffForHumans() }}, {{ $currentPost->updated_at->format('H:i') }}
Aktualny
{!! $currentPost->additional_info == 1 ? ' Przywrócono' : '' !!}
@if ($currentPost->changelog)
{{ $currentPost->changeUser->firstname . ' ' . $currentPost->changeUser->lastname }}
{{ $currentPost->changelog }}
@endif