funcion: notas de producto #36

Merged
atasistro merged 15 commits from funcion/notas-producto into master 2024-11-12 22:08:37 -03:00
Showing only changes of commit be945b0eee - Show all commits

View file

@ -27,9 +27,13 @@
@foreach($subpedido->productos as $producto)
@if(!$producto->bono)
<tr>
<td>
{{ $producto->nombre }}
@if($producto->pivot->notas)
<br /><b>Talle/Color:</b> {{ $producto->pivot->notas }}
@endif
</td>
<td style="text-align: center">
{{ $producto->pivot->cantidad }}