@extends('layouts.layout-2') @section('content') @include('admin.inventory.partials.table-actions-style')
| {{ __('Name') }} | {{ __('Bestand') }} | {{ __('Aktion') }} | |
|---|---|---|---|
|
@if ($product->images->count())
|
{{ $product->name }} | {{ \App\Services\Util::formatNumber($row['stock'], 0) }} {{ __('Stück') }} | @if (Auth::user()->isAdmin()) @endif {{ __('Produzieren') }} |
| {{ __('Keine Produkte vorhanden.') }} | |||