@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp @can('System setting') @endcan @foreach ($data as $product) @can('System setting') @endcan @endforeach
# {{__('home.productNo')}} {{__('home.product')}} {{__('home.branch')}} {{__('home.groups')}} {{__('home.productlocation')}} {{__('home.quantity')}}{{__('home.purchaseproductwithouttax')}}{{__('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->sale_price }} {{ $product->refnumber==null?__('home.notdata'):str_replace("+"," - ",$product->refnumber) }} {{ $product->notes }}

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