I\'ve an input
and controller function
public fu
Move validation outside the loop and try with the rules:
'image' => 'required', 'image.*' => 'image|mimes:jpeg,png,jpg,gif,svg|max:2048'