@extends('pages.production.layout') @section('body')
Plat | Quantité | Montant | Actions |
---|---|---|---|
{{ $product->name }} | {{ number_format($product->price, 0, '.', ' ') }} x {{ $product->pivot->quantity }} | {{ number_format($product->price * $product->pivot->quantity, 2, '.', ' ') }} | @if($pending_production) Actions @endif |
Aucun plat trouvé
|