belongsTo(Product::class); } public function user(){ return $this->belongsTo(User::class,'customer_id'); } }