belongsTo(Post::class, 'post_id'); } public function category() { return $this->belongsTo(Category::class,'category_id'); } }