belongsTo(Category::class); } public function subcategory() { return $this->belongsTo(Subcategory::class); } }