Versand Kompensationsprodukt

@if($comp_products)
@php($counter = 1) @foreach($comp_products as $comp_product)
@if(count($comp_product->images)) @endif
{{ $comp_product->name }}
Art-Nr.: {{ $comp_product->number }}
@php($counter++) @endforeach
@endif