carousel issue in laravel
i am new to laravel and i want to have a carousel of product images on the homepage. carousel.blade.php is imported into index.blade.php, i have the carousel controller, model, etc.
my problem is that the code that i have for the carousel displays 4 images on page (which is what i want), but slides all 4 of them. i want the carousel to slide only 1 image at a time.
here is my carousel.blade.php code: