How to get the order attribute of a page

Try with echo get_post_field('menu_order', $post->ID);

(or $post->menu_order)