The pagination is already visible on each of the index application pages but it is disabled. In order to enable it, the following codes were included in PostsController.php and CommentsController.php. This code set a limit of 3 comments/posts per page and ordered them by their id:
The Comments page with 3 comments per page: