@extends('tenant.layouts.app') @section('content')
# | Descripción | Inventario actual | Precio de venta | Costo | Almacén |
Precio de venta Global
|
Costo Global
|
---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{$value->item->internal_id ?? ''}} {{$value->item->internal_id ? '-':''}} {{$value->item->name ?? ''}} | {{$value->stock}} | {{$value->item->sale_unit_price}} | {{$value->item->purchase_unit_price}} | {{$value->warehouse->description}} | {{$global_sale_unit_price}} | {{$global_purchase_unit_price}} |
Total | {{ number_format($total_global_sale_unit_price, 6, ".", "") }} | {{ number_format($total_global_purchase_unit_price, 6, ".", "") }} |