@if(empty($postData->content))
@else
{{ truncate_text($postData->content, 22) }}
@endif
@if($postData->type->isMedia())
{{ $postData->media_count }}
@else
@endif
{{ $postData->type->label() }}
{{ $postData->comments_count }}
{{ $postData->views_count }}
{{ $postData->created_at->getFormatted() }}
{{ $postData->id }}