trouble with parse error [closed]

Assuming the logic is correct, the fault lies in your PHP syntax. This would be correct:

<?php if ( $detect->isMobile() ) { ?>
<div>
    <?php wc_get_template_part( 'checkout/layouts/test.php' ); ?>
</div>
<?php } ?>