@extends('layouts.base') @section('title', 'Commande client') @section('content')
| Date | Produit | Prevu | Réalisé |
|---|---|---|---|
| Date | Produit | Prevu | Réalisé |
| {{ $production->product_at->format('d M Y') }} | {{ $production->product->name }} | {{ $production->planned }} | {{ $production->achieve }} |
| Nom |
|---|
| Nom |
| {{ $customer->name }} |