how to use Laravel 12 conditional validation rules such as nullable, required_if, required_unless, required_with, required_without, required_with_all, required_without_all, exclude_if, and ...
1). conditional validations issues (fields that depend on other fields), and 2). required fields for the schema. Here is what I've tried: refine: Do conditional checks in refine or superRefine. This ...