Ad Code

Responsive Advertisement

Ticker

6/recent/ticker-posts

to make first loop active in slider

{{ $loop->first ? 'active' : '' }}


@foreach($product->images as $image)

<div class="carousel-item @if ($loop->first) active @endif">

      <img src="{{ assets('assets\product\'. $image) }}" class="d-block w-100">

    </div>

@endforeach



Post a Comment

0 Comments

Ad Code

Responsive Advertisement