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

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

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

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

@endif