From be945b0eee99e03274617ffa2041b5bf8e435356 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 15 Oct 2024 20:56:37 -0300 Subject: [PATCH] =?UTF-8?q?Agregu=C3=A9=20las=20notas=20al=20PDF=20para=20?= =?UTF-8?q?el=20armado=20del=20barrio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/pdfgen/subpedido_tabla.blade.php | 4 ++++ 1 file changed, 4 insertions(+) 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 }}