| Ingrediente | Cantidad | Precio | Observaciones | ||
|---|---|---|---|---|---|
| {{ $ingrediente->ingrediente }} | @else{{ $ingrediente->ingrediente }} | @endif{{ number_format($ingrediente->cantidad, 0, ',', '.') }} | $ {{ number_format($ingrediente->precio, 0, ',', '.') }} | {{ $ingrediente->observaciones }} |
@if ($pedido->estado == 0)
|
| Ingrediente | Precio | Medida |
|---|---|---|
| {{ $ingrediente->nombre }} | {{ $ingrediente->precio }} | {{ $ingrediente->medida }} |