'datetime', 'is_verified' => 'boolean', ]; /** * Cek apakah OTP sudah expired */ public function isExpired(): bool { return now()->greaterThan($this->expired_at); } }