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