Trying to validate arrays via FormRequest validation. I can access the error message for the field \'name\' as data.responseJSON.error.name[0] and show it to the us
data.responseJSON.error.name[0]