I have existing form request validation classes that I'm using for storing a user for instance, is it possible to reuse these in my Nova resource, or do you have to specify the validation rules per field? I can't find reference to this in the documentation for Nova.
Thanks