Produktdetails
@if(count($product->images)) @endif

{{ $product->name }}

@if ($product->isOutOfStock())
{{ $product->outOfStockNotice() }}
@endif {!! $product->copy !!}
Inhalt: {{ $product->contents }}
Gewicht: {{ $product->weight }} g
Art.-Nr.: {{ $product->number }}
Netto-Preis: {{ $product->getFormattedPriceWith() }} €
{{--
--}}
  • Bechreibung
  • Anwendung
  • Inhaltsstoffe
  • Hinweise

{!! $product->description !!}
{!! $product->usage !!}
@foreach($product->p_ingredients as $ingredient) @endforeach
{{__('Name')}} {{__('INCI')}} {{__('Wirkung') }}
{{ $ingredient->name }} {{ $ingredient->inci }} {{ $ingredient->effect }}
{!! $product->ingredients !!}