@if($comp_products && Yard::instance('shopping')->getNumComp() > 0) @for($i = 1; $i <= Yard::instance('shopping')->getNumComp(); $i++) @if(Yard::instance('shopping')->getNumComp() > 1)

{{$i}}. Versand Kompensationsprodukt

@else

Versand Kompensationsprodukt

@endif @if($order_partner_comp_text = \App\Models\Setting::getContentBySlug('order_partner_comp_text')) {!! nl2br($order_partner_comp_text) !!}
@endif
@php($counter = 1) @php($checked_id = Yard::instance('shopping')->getCompProductBy($i)) @foreach($comp_products as $comp_product)
@if(count($comp_product->images)) @endif
{{ $comp_product->name }}
Art-Nr.: {{ $comp_product->number }}
@php($counter++) @endforeach
@endfor @endif