{{ __('weborder.product_details') }}
@if(count($product->images)) @endif

{{ $product->getLang('name') }}

{!! $product->getLang('copy') !!}
{{ __('order.points') }}: {{ $product->getFormattedPoints() }}
{{ __('order.content') }}: {{ $product->contents }}
{{ __('order.weight') }}: {{ $product->weight }} g
{{ __('order.art_no') }}: {{ $product->number }}
{{ __('order.net_price') }}: {{ $product->getFormattedPriceWith() }} €
{{--
--}}
  • {{ __('weborder.description') }}
  • {{ __('weborder.application') }}
  • {{ __('weborder.ingredients') }}

{!! $product->getLang('description') !!}
{!! $product->getLang('usage') !!}
{!! $product->getLang('ingredients') !!}