|
|
@@ -32,7 +32,8 @@
|
|
|
$item['product']->id !== 12 &&
|
|
|
$item['product']->id !== 13 &&
|
|
|
$item['product']->id !== 17 &&
|
|
|
- $item['product']->id !== 18)
|
|
|
+ $item['product']->id !== 18 &&
|
|
|
+ $item['product']->id < 18)
|
|
|
<div class="flex-between qa-item">
|
|
|
<div class="qa-soft flex-start">
|
|
|
<img src="{{ $item['product']->logo }}" class="qa-soft-img" />
|