@extends('layout.default') @section('title', 'Stock overview') @section('activeNav', 'stockoverview') @section('viewJsName', 'stockoverview') @section('content')
Product | Amount | Next best before date |
---|---|---|
{{ FindObjectInArrayByPropertyValue($products, 'id', $currentStockEntry->product_id)->name }} | {{ $currentStockEntry->amount . ' ' . FindObjectInArrayByPropertyValue($quantityunits, 'id', FindObjectInArrayByPropertyValue($products, 'id', $currentStockEntry->product_id)->qu_id_stock)->name }} | {{ $currentStockEntry->best_before_date }} |