fixing home slider button3

This commit is contained in:
merdan 2020-02-12 16:44:41 +05:00
parent 52519e6216
commit 1427519465
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<div class="container">
<div class="row">
@foreach($events as $event)
@include("desktop{$category->view_type}")
@include("desktop.{$category->view_type}")
@endforeach
</div>
</div>

View File

@ -17,7 +17,7 @@
<div class="container">
<div class="row">
@foreach($cat->cat_events as $event)
@include("desktop{$category->view_type}",['event'=>$event])
@include("desktop.{$category->view_type}",['event'=>$event])
@endforeach
</div>
</div>