belongsTo(CompanyProfile::class, 'uid', 'uid'); } public function companyProfile() { return $this->belongsTo(CompanyProfile::class, 'comid'); } }