Agregué las notas al PDF para el armado del barrio
This commit is contained in:
parent
b5f4443836
commit
be945b0eee
|
@ -27,9 +27,13 @@
|
||||||
|
|
||||||
@foreach($subpedido->productos as $producto)
|
@foreach($subpedido->productos as $producto)
|
||||||
@if(!$producto->bono)
|
@if(!$producto->bono)
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
{{ $producto->nombre }}
|
{{ $producto->nombre }}
|
||||||
|
@if($producto->pivot->notas)
|
||||||
|
<br /><b>Talle/Color:</b> {{ $producto->pivot->notas }}
|
||||||
|
@endif
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: center">
|
<td style="text-align: center">
|
||||||
{{ $producto->pivot->cantidad }}
|
{{ $producto->pivot->cantidad }}
|
||||||
|
|
Loading…
Reference in New Issue