{{ Str::limit($producto->description, 50) }}
Intenta con otro término de búsqueda
{{ $selectedProductData->categoria->name ?? 'Sin categoría' }}
| Producto | Cantidad | Precio Unit. | Subtotal | Acciones |
|---|---|---|---|---|
|
@php
$producto = \App\Models\Producto::find($item['producto_id']);
@endphp
@if($producto && $producto->featuredImage)
{{ $item['nombre'] }}{{ $producto->categoria->name ?? 'Sin categoría' }} |
{{ $item['cantidad'] }} | $ {{ number_format($item['precio_unitario'], 2) }} | $ {{ number_format($item['subtotal'], 2) }} | |
| Total del Pedido: | $ {{ number_format($this->total, 2) }} | |||
Agrega productos al carrito para continuar con el pedido