@extends('layouts.app') @section('title','Valorización de Inventario') @section('page-title','Valorización de Inventario') @section('content')
| Producto | Lotes | Cantidad | UM | Costo Unit. | Valor Total | % Part. |
|---|---|---|---|---|---|---|
| {{ $p['producto']?->nombre }} {{ $p['producto']?->codigo }} | {{ $p['n_lotes'] }} | {{ number_format($p['cantidad_total'],3) }} | {{ $p['producto']?->unidadMedida?->abreviatura }} | {{ number_format($p['costo_unitario'],4) }} | {{ number_format($p['valor_total'],2) }} |
{{ number_format($pct,1) }}%
|
| TOTAL VALORIZADO | S/ {{ number_format($totalValor,2) }} | 100% | ||||
| {{ $nombre }} | S/ {{ number_format($datos['valor'],2) }} |