@for($i = 1; $i <= Yard::instance('shopping')->getNumComp(); $i++) @if(Yard::instance('shopping')->getNumComp() > 1)
{{$i}}. {{ __('order.shipping_compensation_product') }}
@else
{{ __('order.shipping_compensation_product') }}
@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->getLang('name') }}
{{ __('order.art_no') }}: {{ $comp_product->number }}
@php($counter++) @endforeach
@endfor