belongsTo(User::class, 'users_id'); } public function category() { return $this->belongsTo(Category::class, 'categories_id'); } }