@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp @can('System setting') @endcan @foreach ($data as $product) @can('System setting') @endcan @can('System setting') @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')}} {{ __('home.operations') }}
{{ $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 }}{{ __('home.delete') }} @endcan {{__('home.barcode')}}

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