@extends('layouts.vending') @section('title', 'Produktkatalog') @section('content')
Verwalten Sie Ihre Produkte mit LMIV-Daten
| Produkt | Preis | LMIV-Daten | Erstellt | Aktionen |
|---|---|---|---|---|
|
@if($product->image)
Kein Bild
@endif
{{ $product->name }}
@if($product->description)
{{ Str::limit($product->description, 50) }}
@endif
|
{{ number_format($product->price, 2) }}€ |
@if($product->ingredients)
Zutaten
@endif
@if($product->allergens)
Allergene
@endif
@if($product->energy_kcal)
Nährwerte
@endif
|
{{ $product->created_at->format('d.m.Y') }} |