@forelse($info as $prices) @empty @endforelse
{{trans('label.SL')}} {{trans('label.Id')}} {{trans('label.Barcode')}} {{trans('label.Name')}} {{trans('label.Sales Price')}} {{trans('label.Status')}} {{trans('label.Action')}}
{{ $prices->product_id }} {{ $prices->barcode }} {{ $prices->ProductProfile->name ?? null}} {{ $prices->price }} {{ $prices->unique_price ==1 ? 'Active' : 'Inactive' }} {{-- --}}
{{--
--}}