belongsTo(Showroom::class,'showroom_id'); } public function user(): BelongsTo { return $this->belongsTo(user::class,'user_id'); } }