@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp
@foreach ($data as $product) @endforeach
{{__('home.productNo')}} {{__('home.product')}} {{__('home.sellingproduct without tax')}} {{__('home.Add')}}
{{$product->Product_Code}} {{ $product->product_name }} {{ $product->sale_price }} @if($product->numberofpice<=0) @endif @if($product->numberofpice>0) @endif


@else
{{__('home.notfounddata')}}
@endif