Item | Cantidad | Venta | Costo | Estado | Acciones |
---|---|---|---|---|---|
@if ($c->producto_id !== null) @endif @if ($c->combo_id !== null) @endif @if ($c->servicio_id !== null) @endif | {{ $c->cantidad }} | {{ $c->monto_real }} | |||
{{ number_format($venta, 2) }} | {{ number_format($costo, 2) }} | ||||
COSTOS EXTRA | |||||
{{ $item->obs }} | {{ $item->estadoCosteo->tipo ?? '-' }} | ||||
{{ number_format($costoExtra, 2) }} | |||||
Total | {{ number_format($costoExtra + $costo, 2) }} |