@forelse($info as $product) reorder_label>=$product->available) style="background-color: orange;color:#fff" @endif> @empty @endforelse
{{trans('label.SL')}} {{trans('label.Product Id')}} {{trans('label.Product Name')}} {{trans('label.Available Quantity')}} {{trans('label.Reorder Level')}} {{trans('label.Order')}}
{{$loop->iteration}} {{$product->product_id}} @if(!empty($product->ProductProfile)) {{$product->ProductProfile->name}} @endif {{$product->available}} {{$product->reorder_label}} {{trans('label.Order')}}