@forelse($info as $product) @empty @endforelse
{{trans('label.SL')}} {{trans('label.Product Id')}} {{trans('label.Product Name')}} {{trans('label.Reorder Level')}} {{trans('label.Available Quantity')}} {{trans('label.Target Quantity')}} {{trans('label.Reorder Qty')}} {{trans('label.Action')}}
{{$loop->iteration}} {{$product->product_id}} {{$product->product_name}} {{$product->reorder_label}} {{$product->available}} {{$product->target_label}} {{$product->min_reorder_qty}} {{trans('label.Edit')}} | {{trans('label.Order')}}