@if ( isset($post) )
{{ $post->category->content->name }}

{{ $post->content->title }}

{{ $post->content->description }}

{{ $post->created_at->diffForHumans() }}

@endif