WP_Query loop else statement not executing

Try to change:

<?php if ( have_posts() ) 

To

<?php if ( $verhuurd_query->have_posts() )