belongsTo(Post::class); } public function ago() { return Carbon::parse($this->created_at)->diffForHumans(); } }