@forelse($info as $price_list) @empty @endforelse
{{trans('label.SL')}} {{trans('label.Lot Id')}} {{trans('label.Product Id')}} {{trans('label.Product Name')}} {{trans('label.Quantity')}} {{trans('label.Cost Price')}} {{trans('label.Sales Price')}} {{trans('label.Status')}} {{trans('label.Action')}}
{{-- {{$loop->iteration}} --}} {{$price_list->order_id}} {{$price_list->product_id}} {{$price_list->ProductProfile->name ?? null}} {{$price_list->qty}} {{$price_list->cost_price}} {{$price_list->sales_price}} {{($price_list->status==1)? 'Active' : 'Inactive'}}