Commit 079e1efc by Bagus Pambudi

indexcustom new

parent 2095a085
......@@ -97,7 +97,7 @@
<div class="carousel_wrapper">
<div class="margin-top">
<div id="owl_shop_carousel" class="owl-carousel">
@foreach($posts as $value)
@foreach($posthome as $value)
<div class="shop_carousel">
<div class="shop_item">
<div class="entry">
......
......@@ -53,7 +53,7 @@
<br>
</div>
<div class="shop_wrapper col-lg-12 col-md-12 col-sm-12 col-xs-12">
@foreach($posts as $value)
@foreach($posthome as $value)
<div class="general_row">
<div class="shop-left shop_item col-lg-6">
......
......@@ -53,7 +53,7 @@
<br>
</div>
<div class="shop_wrapper col-lg-12 col-md-12 col-sm-12 col-xs-12">
@foreach($posts as $value)
@foreach($posthome as $value)
<div class="general_row">
<div class="shop-left shop_item col-lg-6">
......
......@@ -53,7 +53,7 @@
<br>
</div>
<div class="shop_wrapper col-lg-12 col-md-12 col-sm-12 col-xs-12">
@foreach($posts as $value)
@foreach($posthome as $value)
<div class="general_row">
<div class="shop-left shop_item col-lg-6">
......
......@@ -53,7 +53,7 @@
<br>
</div>
<div class="shop_wrapper col-lg-12 col-md-12 col-sm-12 col-xs-12">
@foreach($posts as $value)
@foreach($posthome as $value)
<div class="general_row">
<div class="shop-left shop_item col-lg-6">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment