diff --git a/resources/views/pdfgen/subpedido_tabla.blade.php b/resources/views/pdfgen/subpedido_tabla.blade.php index 41e1173..981d0ba 100644 --- a/resources/views/pdfgen/subpedido_tabla.blade.php +++ b/resources/views/pdfgen/subpedido_tabla.blade.php @@ -27,9 +27,13 @@ @foreach($subpedido->productos as $producto) @if(!$producto->bono) + {{ $producto->nombre }} + @if($producto->pivot->notas) +
Talle/Color: {{ $producto->pivot->notas }} + @endif {{ $producto->pivot->cantidad }}