@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp @foreach ($data as $product) @endforeach
# {{__('home.productNo')}} {{__('home.product')}} {{__('home.branch')}} {{__('home.groups')}} {{__('home.productlocation')}} {{__('home.quantity')}} {{__('home.purchaseproductwithouttax')}} {{__('home.Wholesale_price')}} {{__('home.sellingproduct without tax')}} {{__('home.refnumber')}} {{__('home.notesClient')}}
{{ $product->id }} {{ $product->Product_Code }} {{ $product->product_name }} {{ $product->branch->name }} {{ $product->product_group_data->group_ar }} {{ $product->Product_Location }} {{ $product->numberofpice }} {{ $product->purchasingـprice }} {{ $product->Wholesale_price }} {{ $product->sale_price }} {{ $product->refnumber==null?__('home.notdata'):str_replace("+"," - ",$product->refnumber) }} {{ $product->notes }}

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