@extends('admin.layout') @section('content')
{{ __('PRODUCTO DEL REQUERIMIENTO') }} | {{ __('CANTIDAD') }} | {{ __('PRECIO UNITARIO') }} | {{ __('SUBTOTAL') }} | {{ __('FECHA DE CREACIÓN') }} | {{ __('GUIA DE INGRESO AL ALMACEN') }} |
---|---|---|---|---|---|
{{ $producto->nombre_producto }} | {{ $producto->pivot->cantidad }} | {{ $producto->pivot->precio }} | {{ $producto->pivot->subtotal }} | {{ $producto->pivot->created_at }} | {{ $producto->pivot->guiaingresoalmacen }} |
SUBTOTAL: {{ $inventarioingreso->subtotal }} {{ $inventarioingreso->tipomoneda }}
COSTO TOTAL: {{ $inventarioingreso->total }} {{ $inventarioingreso->tipomoneda }}
{{ __('FECHA DE PAGO O ADELANTO A CUENTA') }} | {{ __('MONTO') }} | {{ __('COMPROBANTE CORRELATIVO') }} |
---|---|---|
{{ $pago->fecha_pago }} | {{ $pago->monto }} | {{ $pago->comprobante_correlativo }} |