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