'string', 'placeholder:2' => 'string', 'placeholder:3' => 'string', ]; } public function attributes(): array { return [ 'placeholder:1' => 'placeholder one', 'placeholder:2' => 'placeholder two', 'placeholder:3' => 'placeholder three', ]; } }