{{ $product_line['location']?->bin_code }}
@if($product_line['product']->getReturnedQty($order->id) > 0)
{{ $product_line['quantity'] - $product_line['product']->getReturnedQty($order->id) }}
{{ $product_line['quantity'] }}
@else
{{ $product_line['quantity'] }}
@endif