belongsTo('App\Models\Discount', 'discount_id', 'id'); } public function category() { return $this->belongsTo('App\Models\Category', 'category_id', 'id'); } }