1//Bootstrap
2//If you can not change slide on prev, next button click,
3//it may be because you have not set class="active" with class="carousel-item" on basis of foreach loop on class="carousel-item"
4//so use,
5
6 <div class="carousel-item <?php echo $key == 0 ? "active" : "" ?>">
7
8//so, on page load, crousel will be active only for first slide