-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
@if($registro->cierres->isNotEmpty())| Producto | Moneda | Costo Anterior | Cantidades | Precio x Cantidad | Ratio | Incremento Por Unidad | Incremento Por Cantidad | Costo Nuevo | ||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $cierre->producto->descripcion }} | {{ $cierre->producto->moneda->descripcion }} | @else{{ $cierre->dc_orden_detail->descripcion }} | {{ $cierre->dc_orden->moneda->descripcion }} | @endif{{ number_format($cierre->costo_antes, 2) }} | {{ $cierre->cantidades }} | {{ $cierre->precio_x_cantidad }} | {{ $cierre->ratio }} | {{ $cierre->incremento }} | {{ $cierre->incremento_x_cantidad }} | {{ number_format($cierre->costo_despues, 2) }} |
AUN NO FUE CERRADO EL DESPACHO
@endif