belongsTo(CompanyProfile::class, 'company_id'); } public function jobfairContact() { return $this->hasOne(JobfairJobContact::class, 'pid'); } }