Iam not able to show images in slider one by one,it dispalys all images at once
my static code is here and it works well ie slides images
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="{{url('frontend/css/images/images/banner.jpg')}}" alt="..." style="width:100%;">
</div>
<div class="item">
<img src="{{url('frontend/css/images/images/banner.jpg')}}" alt="..." style="width:100%;">
</div>
<h1>"We will be there when you need us most"</h1>
</div>
When i made it dynamic it is not sliding images but displaying all images from database
@if(count($banners)==0 )
@for($i=0;$i@if ($i == 0)
@else@endif@endfor@else
//Show ur image from folder here
//add active class when u want to show this item first
@endif