belongsTo('App\User','user_id'); } public function product(){ return $this->belongsTo('App\Products','product_id'); } }