belongsTo(C2cMerchant::class, 'merchant_id'); } public function user() { return $this->belongsTo(Users::class, 'user_id'); } }