I have input array elements dynamically added to my form. After validating them I get messages in my message bag with names in the format of
form_element_name.n
where n is the number of dynamically added form elements. However, I could not find a way to iterate through only these error messages. Is laravel missing this feature or am I missing something?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community