mobile view bug fix

This commit is contained in:
merdan 2020-03-04 22:30:55 +05:00
parent 51155e88dc
commit f3e38d757a
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
@include("Shared.Partials.FilterMenu")
</div>
<div class="owl-carousel owl-theme" id="section-slider{{$loop->iteration}}">
@foreach($category->cat_events as $event)
<div class="owl-carousel owl-theme" id="section-slider1">
@foreach($events as $event)
@include('mobile.Partials.EventListItem')
@endforeach
</div>