|string> */ public function rules(): array { return [ 'NamaPenaatan' => ['required', 'string', 'max:255'], ]; } }