@extends('admin.layout') @section('content')
{{ __('PRODUCTO DEL REQUERIMIENTO') }} | {{ __('CANTIDAD') }} | {{ __('VALOR UNITARIO') }} | {{ __('SUBTOTAL') }} | {{ __('FECHA DE CREACIÓN') }} |
---|---|---|---|---|
{{ $producto->nombre_producto }} | {{ $producto->pivot->cantidad }} | {{ $producto->pivot->precio }} | {{ $producto->pivot->subtotal }} | {{ $producto->pivot->created_at }} |
SUBTOTAL: {{ $inventarioingreso->subtotal }} {{ $inventarioingreso->tipomoneda }}
IMPORTE TOTAL: {{ $inventarioingreso->total }} {{ $inventarioingreso->tipomoneda }}