KTV 20250730

加入變數 phone
This commit is contained in:
allen.yan 2025-07-30 09:53:19 +08:00
parent 0832120c8f
commit 2983899678

View File

@ -12,6 +12,7 @@ new #[Layout('layouts.guest')] class extends Component
{
public string $name = '';
public string $email = '';
public string $phone = '';
public string $password = '';
public string $password_confirmation = '';