Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Dynamic Carousel in Laravel not working displays only one image

@foreach($sliders as $slider)
  <div class="carousel-item active">
     <img src="{{url('images', $slider->image)}}" class="d-block w-100"  alt="..."> 
  </div>
@endforeach
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Dynamic #Carousel #Laravel #working #displays #image
ADD COMMENT
Topic
Name
9+1 =