'datetime', ]; /** * Fizikal attendees must be counter-verified by admin; Maya does not use this gate. */ public function isFizikalRegistrationVerifiedForVoting(): bool { if ((int) $this->kehadiran !== 1) { return true; } return $this->fizikal_registration_verified_at !== null; } }