@csrf {{-- token --}}
Guardar ajuste
Productos
@if($productos->count() > 0)
| Producto | Cantidad | Umbral | Unidad | Precio costo | Margen ganancia ( % ) | Precio final |
|---|---|---|---|---|---|---|
{{$producto->nombre}}@if($producto->id_categoria != null) {{$producto->categoria->nombre}} @else N/A @endif |
{{$producto->umbral_existencias}} | {{$producto->unidad_medida}} | @if ($negocio->can_uptade_price_inventory == "on") @else ${{number_format($producto->precio_costo)}} @endif | @if ($negocio->can_uptade_price_inventory == "on") @else {{number_format($producto->ganancia)}}% @endif | @if ($negocio->can_uptade_price_inventory == "on") @else ${{number_format($producto->precio_final)}} @endif |