{{ __('CANCELAR ORDEN DE COMPRA') }}
{{ __('Estás viendo el ID') }} {{ $inventarioingreso->id }} {{ __('y esta operación fue registrada el ') }} {{ $inventarioingreso->created_at->format('d-m-Y') }} {{ __('a la(s) ') }} {{ $inventarioingreso->created_at->format('H:i:s') }}
@if($inventarioingreso->proveedor)
@endif
@if (count($inventarioingreso->productos) > 0) @foreach ($inventarioingreso->productos as $producto) @endforeach
{{ __('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 }}
@endif

SUBTOTAL: {{ $inventarioingreso->subtotal }} {{ $inventarioingreso->tipomoneda }}

IMPORTE TOTAL: {{ $inventarioingreso->total }} {{ $inventarioingreso->tipomoneda }}

@csrf @method('PUT')
@if($inventarioingreso->tipomoneda == 'DOLARES')
@endif