@extends('pages.product.layout') @section('body')
Ingredient | quantité | Description | Actions |
---|---|---|---|
{{ $ingredient->name }} | {{ $ingredient->pivot->quantity }} {{ $ingredient->pivot->unit_measurement_id }} | {{ $ingredient->pivot->description }} | Actions |
Aucune recette trouvée pour ce plat
|
Production | quantité | Produit par | Actions |
---|---|---|---|
{{ $production->production_date }} | {{ $production->pivot->quantity }} |
{{ $production->staff->first_name }} {{ $production->staff->last_name }}
{{ $production->staff->category->name }}
|
Actions |
Aucune production trouvée pour ce plat
|
Commande | quantité | Commandé par | Actions |
---|---|---|---|
{{ $order->order_number }} {{ $order->order_date }} | {{ $order->pivot->quantity }} |
#{{ $order->client->id }} | {{ $order->client?->first_name }} {{ $order->client?->last_name }}
|
Actions |
Aucune commande trouvée pour ce plat
|