@php /** @var \App\Models\Production $model */ @endphp @extends('layouts.layout-2') @section('content') @include('admin.inventory.partials.wawi-ui')
{{ $model->product?->name ?? '—' }} · {{ $model->produced_at?->format('d.m.Y') }}
| {{ __('Inhaltsstoff') }} | {{ __('Charge / Wareneingang') }} | {{ __('Menge (g)') }} |
|---|---|---|
| {{ $line->ingredient?->name ?? '—' }} | #{{ $line->stock_entry_id }} @if($line->stockEntry?->batch_number) — {{ $line->stockEntry->batch_number }} @endif @if($line->stockEntry?->best_before) (MHD {{ $line->stockEntry->best_before->format('d.m.Y') }}) @endif | {{ \App\Services\Util::formatNumber($line->quantity_used) }} |
| {{ __('Artikel') }} | {{ __('Verbrauch (Stk.)') }} |
|---|---|
| {{ $line->packagingItem?->name ?? '—' }} | {{ $line->quantity_used }} |