I want to load post in bootstrap Modal dynamically

Ensure you are using the correct template.

If you are on the single post type template you can use within your modal.

<?php the_content(); ?>

Learn more about post type templates here:
https://codex.wordpress.org/Post_Type_Templates