Breaking up the results of a loop

Instance of WP_Query tracks number of current post in current_post property, zero based.

So inside your loop you can check for something like if ( 2 == $subpages->current_post ) and output your additional content.