Suppose I have a field like
@for($i=0;$i<4;$i++)
<input type="hidden" name="my_field[$i]" value="$i"/>
@endFor
now how we can validate if my_filed[] array element has at least two value.
It means how to check if this array input field has two member?