@if (isset($post))
@if ( $post->image != null )
@else
@endif
{{ @$post->category->content->name }}

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

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

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

@endif