|
@@ -59,7 +59,7 @@
|
|
|
</div>
|
|
|
<div class="flex-start" style="flex-wrap: wrap;">
|
|
|
@foreach($productList as $item)
|
|
|
- @if($item->id != 12)
|
|
|
+ @if($item->id < 12)
|
|
|
<div class="overflow" style="width: 20%; text-align: center; margin-bottom: 50px;">
|
|
|
<img src="{{'https://www.xingyousoft.com' . $item->logo}}" style="width: 80px;height: 80px; border-radius: 10px;"/>
|
|
|
<p style="margin: 20px 0 10px; font-weight: 600">{{$item->title}}</p>
|