@foreach($product->attributes as $item)
@if($item->attribute->is_show_product == 1)
@if($item->attributeValues($item->value,$item->attribute_id) != null)
@if($item->attributeValues($item->value,$item->attribute_id)->image != null)
@endif
@endif
@endif
@endforeach
@if($product->label>0)
@endif