belongsTo(Company::class, 'company_id'); } public function registrations() { return $this->HasMany(InviteAgent::class, 'invite_id'); } }