->schema([
TextInput::make("number_of_fields")
->label("Jumlah Pendaftar")
->disabled()
>placeholder(fn (Get $get) => count($get('participant'))),,
]),
->schema([
TextInput::make("number_of_fields")
->label("Jumlah Pendaftar")
->disabled()
>placeholder(fn (Get $get) => count($get('participant'))),,
]),