@forelse($info as $product_profile) @empty @endforelse
{{trans('label.SL')}} {{trans('label.Code')}} {{trans('label.Name')}} {{trans('label.Category')}} {{trans('label.Measurment Scale')}} {{trans('label.Manufactured Company')}} {{trans('label.Status')}} {{trans('label.Action')}}
{{-- {{$loop->iteration}} --}} {{$product_profile->id}} {{$product_profile->name}} {{ $product_profile->ProductCategory->name ?? null}} {{ $product_profile->ProductQuantityMeasurement->name ?? null}} {{$product_profile->manufacturedCompany}} @if($product_profile->status ==1) Active @endif @if($product_profile->status ==0) Inactive @endif