Agregué las notas al PDF para el armado del barrio

This commit is contained in:
Rodrigo 2024-10-15 20:56:37 -03:00
parent b5f4443836
commit be945b0eee
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}