@php
$cantidad_por_recibir = $producto->pivot->cantidad - $producto->pivot->cantidad_ingresada
@endphp
@if($cantidad_por_recibir != 0)
@else
COMPLETO
@endif
|
|
{{ $producto->nombre_producto }}
|
{{ $producto->pivot->cantidad }}
|
{{ $producto->pivot->cantidad_ingresada }}
|
{{ $cantidad_por_recibir }}
|
{{ $producto->pivot->created_at }}
|
@endforeach