@extends('layouts.vending') @section('title', $product->name . ' - LMIV Informationen') @section('content')
{{ $product->description }}
@endif @if(isset($tenant) && $tenant->show_prices)Nettofüllmenge: {{ $product->net_weight }}
@endif @if($product->manufacturer)Hersteller: {{ $product->manufacturer }}
@endif @if($product->origin)Herkunft: {{ $product->origin }}
@endif{{ $product->energy_kj }} kJ
@endif @if($product->energy_kcal){{ $product->energy_kcal }} kcal
@endif{{ $product->fat }}g
@if($product->saturated_fat)davon gesättigte Fettsäuren: {{ $product->saturated_fat }}g
@endif{{ $product->carbohydrates }}g
@if($product->sugars)davon Zucker: {{ $product->sugars }}g
@endif{{ $product->protein }}g
{{ $product->salt }}g
{{ $product->ingredients }}
Achtung: {{ $product->allergens }}
{{ $product->best_before }}
{{ $product->storage_conditions }}
{{ $product->usage_instructions }}
Die angezeigten Informationen entsprechen der Lebensmittelinformationsverordnung (LMIV) der EU. Alle Angaben ohne Gewähr. Bei Allergien oder Unverträglichkeiten wenden Sie sich bitte an den Betreiber.