Luis Pastén

Results 1 issues of Luis Pastén

Hello I am trying to print the errors when I validate an array structure for example: ```html ``` ```php # validation rules 'categories.*' => 'is_not_unique[categories.id]' # return errors return redirect()->back()...