@foreach($products as $product)

{{$product['title']}}

  • SKU: {{$product['sku']}}
  • Brand: {{$product['brand']}}
  • @if($product['price'] > 0)
  • Price: ${{$product['price']}}
  • @endif @if($product['list_price'] > 0)
  • List Price: ${{$product['list_price']}}
  • @endif

@if(isset($product['absolute_link']) and !empty($product['absolute_link'])) View @endif | Remove | Edit | Duplicate @if(isset($isSearch) && $isSearch == true && $media_id !=0) | Set as Category Image @endif

@endforeach