{{ __('INGRESO RÁPIDO') }}
{{ __('Estás viendo el ID') }} {{ $invingresosrapido->id }} {{ __('y esta operación fue registrada el ') }} {{ $invingresosrapido->created_at->format('d-m-Y') }} {{ __('a la(s) ') }} {{ $invingresosrapido->created_at->format('H:i:s') }}
@if (count($invingresosrapido->productos) > 0) @foreach ($invingresosrapido->productos as $producto) @endforeach
{{ __('PRODUCTO DEL REQUERIMIENTO') }} {{ __('CANTIDAD') }} {{ __('VALOR UNITARIO') }} {{ __('SUBTOTAL') }} {{ __('FECHA DE CREACIÓN') }}
{{ $producto->nombre_producto }} {{ $producto->pivot->cantidad }} s/{{ $producto->pivot->precio }} s/{{ $producto->pivot->subtotal }} {{ $producto->pivot->created_at }}
@endif

SUBTOTAL: S/{{ $invingresosrapido->subtotal }}

TOTAL: S/{{ $invingresosrapido->total }}

@if ($invingresosrapido->proveedor)
@endif