1 Tester gratis für Dich

Wähle nun eines der aufgeführten Produkte.

@php($free_product_id = Yard::instance('shopping')->getFreeProductId()) @foreach ($promotion_user->promotion_user_products_active as $promotion_user_product) @if ($promotion_user_product->isShow())
@if ($promotion_user_product->product->images) @if ($image = $promotion_user_product->product->images->first()) @endif @endif

{{ $promotion_user_product->product->name }}

{{ $promotion_user_product->product->getShortCopy(true, 110) }}
@endif @endforeach