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