{{ $pedido->user->email }}
@if($pedido->user->telefono){{ $pedido->user->telefono }}
@endif{{ $producto['code'] ?? '' }}
Intenta con otro término de búsqueda
| Producto | Cantidad | Precio Unit. | Subtotal | Estado | Acciones |
|---|---|---|---|---|---|
|
@php
$producto = \App\Models\Producto::find($item['producto_id']);
@endphp
@if($producto && $producto->featuredImage)
{{ $item['nombre'] }}@if($producto && $producto->categoria) {{ $producto->categoria->name }} @endif {{ $item['codigo'] }} |
|
$ {{ number_format($item['precio_unitario'], 2) }} | $ {{ number_format($item['subtotal'], 2) }} | @if($item['is_existing']) Original @else Nuevo @endif | |
| Total del Pedido: | $ {{ number_format($this->total, 2) }} | ||||
Agrega productos usando la búsqueda de arriba