@forelse($info as $product) @empty @endforelse
{{trans('label.SL')}} {{trans('label.Product Id')}} {{trans('label.Product Name')}} {{trans('label.Srinkage Quantity')}} {{trans('label.Action')}}
{{$loop->iteration}} {{$product->product_id}} @if(!empty($product->ProductProfile)) {{$product->ProductProfile->name}} @endif {{$product->srinkage}} {{trans('label.reorder if need')}}