diff --git a/resources/views/pdfgen/pedido_tabla.blade.php b/resources/views/pdfgen/pedido_tabla.blade.php index 7ed9cbb..17fdbe9 100644 --- a/resources/views/pdfgen/pedido_tabla.blade.php +++ b/resources/views/pdfgen/pedido_tabla.blade.php @@ -4,7 +4,7 @@ background: #CCC } -
- {{ $producto->nombre }}
- @if($producto->pivot->notas)
- Talle/Color: {{ $producto->pivot->notas }} + {{ $producto['nombre'] }} + @if($producto['pivot']['notas']) + Talle/Color: {{ $producto['pivot']['notas'] }} @endif |
- {{ $producto->pivot->cantidad }} + {{ $producto['pivot']['cantidad'] }} |