{{-- @dd($product); --}} {{ $product->name . ($variations->name == 'DUMMY' ? '' : ' ( ' . $variations->name . ' )') }} {{ $variations->sub_sku }} {{ @format_quantity($productQuantity) }} {!! Form::number("productAfterInventory",null , ['class' => 'form-control ','step' => 'any', 'id'=>"productAfterInventory_{$variations->id}","required" ]) !!}