validate
Validate function allows you to set rules for the data passed in the request. If the validation fails Laravel returns an Errors object.
copy
Validate function allows you to set rules for the data passed in the request. If the validation fails Laravel returns an Errors object.
copy