@extends('layouts.vending') @section('title', $product->name) @section('content')
{{ number_format($product->price, 2) }}€
{{ $product->description }}
{{ $product->barcode }}
{{ $product->ingredients }}
{{ $product->allergens }}
{{ $product->net_weight }}g
{{ $product->origin_country }}
{{ $product->manufacturer }}
{{ $product->distributor }}
{{ $product->storage_instructions }}
{{ $product->usage_instructions }}
{{ $product->best_before_date->format('d.m.Y') }}
{{ $product->lot_number }}